private void ActCallBackEncMons(MonsterData md, int resistanceId)
    {
        if (this.isClosed)
        {
            return;
        }
        CMD_QuestMonsterPOP cmd_QuestMonsterPOP = GUIMain.ShowCommonDialog(null, "CMD_QuestMonsterPOP", null) as CMD_QuestMonsterPOP;

        cmd_QuestMonsterPOP.SetBossDetails(md, resistanceId);
    }
示例#2
0
    private void OnPushed()
    {
        CMD_QuestMonsterPOP cmd_QuestMonsterPOP = GUIMain.ShowCommonDialog(null, "CMD_QuestMonsterPOP", null) as CMD_QuestMonsterPOP;

        cmd_QuestMonsterPOP.SetBossDetails(this.bossInfo.monsterId, this.bossInfo.resistanceId);
    }