namespace Gameplay.Character
{
public static class EAnimStateIndex
public const int Full = 0;
public const int Down = 1;
}