Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / role / AnimatorNames.cs
@小李xl 小李xl on 24 Aug 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. }