namespace GPUECSAnimationBaker.Engine.AnimatorSystem { public enum AnimationIdsMaria { StrafeWalk = 0, OutwardSlash = 1, InwardSlash = 2, Fight = 3 } }