The jam is running. Build something, or play the entries.
namespace SWB.Shared; /// <summary> /// Animations that SWB may trigger on the player object /// </summary> public enum Animations { // Called when the player attacks Attack, // Called when the player reloads Reload }