public void buttonClick(int buttonID)
    {
        Debug.Log("hit that button yo");
        ActionObjectShowLevelAbilitySelectionView a_actionObject = new ActionObjectShowLevelAbilitySelectionView();
        SceneControllerMainMenu SceneControl = (SceneControllerMainMenu)theMaster.GetSceneController();

        SceneControl.showLevelAbilitySelectionView(a_actionObject);

        //SceneManager.LoadScene("Level_" + buttonID);
    }
Пример #2
0
 public void showLevelAbilitySelectionView(ActionObjectShowLevelAbilitySelectionView a_actionObject)
 {
     throw new System.NotImplementedException();
 }
Пример #3
0
 public void showLevelAbilitySelectionView(ActionObjectShowLevelAbilitySelectionView a_actionObject)
 {
     theMenuView.ShowLevelItemSelectionView();
 }