Newer
Older
DungeonShooting / src / AnimatorNames.cs
@小李xl 小李xl on 17 May 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";
}