namespace FlowerPower { public enum GemCrushState { STATE_NONE, STATE_LOADING, STATE_LOADED, } }