namespace MoleMole { public enum LevelDiffculty { Normal = 1, Hard = 2, Hell = 3 } }