using System; namespace WorldOfPeacecraft { public enum Decision { DRAGON, STAGHUNT, SKIRMISH } }