1 line
104 B
C#
1 line
104 B
C#
public enum PlayerState { Idle, Walk, Run, Dodge, Jump, Fall, Attack, Charge, Hit, Dead, Inertia, None } |