namespace Game { /// /// Enumerates the different things the player can be awarded. /// public enum Reward { Nothing, OneEar, TwoEars, CarriedFromRing } }