unity roam, chase, attack states

Code Example - unity roam, chase, attack states

                
                        public enum State
	{
        Patrolling,
        Chase,
        ReturnToPatrol,
	}