示例#1
0
        public override void exchangeCard2CallBack(PbIntegerDto callBackParam)
        {
            CheatZjhPanel cheatZjhPanel = MessageManager.GetInstance.GetUIDict <CheatZjhPanel>();

            if (cheatZjhPanel != null)
            {
                cheatZjhPanel.ChangeCardResponse(callBackParam.value);
            }
        }
示例#2
0
 /// <summary>
 /// 换牌 cardId :要换的牌的id ----> <<exchangeCard();回调>>
 /// </summary>
 public virtual void exchangeCard2CallBack(PbIntegerDto callBackParam)
 {
 }