public partial class EnemyController { enum ENEMY_STATE : byte { PATROL, ROTATE, CHASE, LOST } }