namespace Game { /// /// Enumerates the possible outcomes of the war. /// public enum WarResult { ComputerVictory, PlayerVictory, PeaceTreaty } }