Maria_AnimationIDs.cs 195 B

12345678910
  1. namespace GPUECSAnimationBaker.Engine.AnimatorSystem
  2. {
  3. public enum AnimationIdsMaria
  4. {
  5. StrafeWalk = 0,
  6. OutwardSlash = 1,
  7. InwardSlash = 2,
  8. Fight = 3
  9. }
  10. }