コード例 #1
0
    void callback_complete_StartGamePopup()
    {
        //로비캐릭 회전 잠금해제
        User.isSelectedCharacter = false;

        UI_Popup_StartGame popup = UI_Manager.Getsingleton.CreatAndGetPopup <UI_Popup_StartGame>(UIPOPUP.POPUPSTARTGAME);
    }
コード例 #2
0
 void callback_complete_StartGamePopup()
 {
     UI_Popup_StartGame popup = UI_Manager.Getsingleton.CreatAndGetPopup <UI_Popup_StartGame>(UIPOPUP.POPUPSTARTGAME);
 }