コード例 #1
0
ファイル: MainMenuHome.cs プロジェクト: mliuzailin/GitGame
    private void openPresent()
    {
        SoundUtil.PlaySE(SEID.SE_MENU_OK);

        MainMenuHeader header = MainMenuManager.Instance.Header;

        header.OpenGlobalMenu(GLOBALMENU_SEQ.PRESENT);
    }
コード例 #2
0
ファイル: MainMenuHome.cs プロジェクト: mliuzailin/GitGame
    private void openMission()
    {
        SoundUtil.PlaySE(SEID.SE_MENU_OK);

        MainMenuHeader header = MainMenuManager.Instance.Header;

        header.OpenGlobalMenu(GLOBALMENU_SEQ.MISSION);
    }