示例#1
0
    public override void CloseForm(IUIObject obj)
    {
        NrMyCharInfo myCharInfo = NrTSingleton <NkCharManager> .Instance.GetMyCharInfo();

        myCharInfo.InitCharSolGuide();
        NrTSingleton <ChallengeManager> .Instance.ShowNotice();

        base.CloseForm(obj);
    }