// Example: PlayerState.cs
public enum PlayerState {
Idle,
Walking,
Running,
Attacking
}
Powered by TurnKey Linux.