evershade/Assets/Scripts/Handlers/Player/PlayerState.cs

8 lines
105 B
C#

// Example: PlayerState.cs
public enum PlayerState {
Idle,
Walking,
Running,
Attacking
}