示例#1
0
    /// <summary>
    /// 服务端通知战斗结果信息
    /// </summary>
    void ShowCombatEnd(int nErrorCode)
    {
        CombatInfoWnd wndCombatInfo = WndManager.GetDialog <CombatInfoWnd>();

        wndCombatInfo.HidePauseButton();
        bool win = false;

        CheckLevelUp(0);


        win = StageDC.GetStageResult().win;
        PlayCombatEndAnimation(win);
        BSC.AntiAllRegisterHooks();

        ShipBomb(win);
    }