Newer
Older
DungeonShooting / src / AnimatorNames.cs
@小李xl 小李xl on 17 May 2022 195 bytes 第一次提交
  1.  
  2. public static class AnimatorNames
  3. {
  4. public static readonly string Idle = "idle";
  5. public static readonly string Run = "run";
  6. public static readonly string ReverseRun = "reverseRun";
  7. }