swb_shared/Animations.cs

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
}