namespace PacMan { /// /// Specifies the variations of GhostMode /// public enum GhostMode : byte { Aggressive = 0, Frightened, Eaten, Random } }