Example #1
0
        // 返回匹配结果
        protected void psstRetHeroFightMatchUserCmd(ByteBuffer msg)
        {
            stRetHeroFightMatchUserCmd cmd = new stRetHeroFightMatchUserCmd();

            cmd.derialize(msg);

            // 显示匹配结果
            IUIJobSelect uiMS = Ctx.m_instance.m_uiMgr.getForm(UIFormID.eUIJobSelect) as IUIJobSelect;

            if (uiMS != null && uiMS.isVisible())
            {
                uiMS.psstRetHeroFightMatchUserCmd(cmd);
            }
        }
Example #2
0
 public void psstRetHeroFightMatchUserCmd(stRetHeroFightMatchUserCmd cmd)
 {
     //m_jobSelectData.m_midPnl.matchSuccess();
 }