
public class Order {
	public enum OrderType {Attack, Defend, Roam, Repair, Move, PatrolBase, PatrolWaypoints}
}
