public void AdvanceState(GAME_STATE_TYPE _state) { IState <CKGameManager> st = GetGameState(_state); gameStateStack.AdvanceState(ref st); }