namespace Enums { public enum GemType{ Blue, Green, Red, Yellow, Purple, Bomb } public enum GameState { Wait, Move } }