using System; namespace WorldOfPeacecraft { public enum Decision { FIGHT, REST, STAG, BUNNY, SWORD, ALCHEMY, MAGIC } }