namespace Characters.Enemy { public enum EnemyState : byte { Idle, Patrol, Chase, Stunned, Attack } }