Ch19_AnimationIDs.cs 235 B

1234567891011
  1. namespace GPUECSAnimationBaker.Engine.AnimatorSystem
  2. {
  3. public enum AnimationIdsCh19
  4. {
  5. ChickenDance = 0,
  6. HokeyPokey = 1,
  7. NorthernSoulSpin = 2,
  8. SwingDancing = 3,
  9. WaveHipHopDance = 4
  10. }
  11. }