package teamXXX;

public enum RobotState {
	SEEKING_ENERGON,
	GUARDING_ARCHON,
	SEEKING_ENEMY;
	// ... more here ...
}