Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / role / AnimatorNames.cs
@小李xl 小李xl on 24 Aug 2022 195 bytes 架构调整

public static class AnimatorNames
{
    public static readonly string Idle = "idle";
    public static readonly string Run = "run";
    public static readonly string ReverseRun = "reverseRun";
}