Пример #1
0
 public static void CallBack(CMsgPlayerSystemGM2GCNtfUpdatePlayerVipScore ack)
 {
     if (CMsgPlayerSystemGM2GCNtfUpdatePlayerVipScore.cb == null)
     {
         return;
     }
     CMsgPlayerSystemGM2GCNtfUpdatePlayerVipScore.cb(ack.m_value);
 }
Пример #2
0
        public void OnMsgPlayerSystemGM2GCNtfUpdatePlayerVipScore(UnityFrame.CMsg msgData)
        {
            CMsgPlayerSystemGM2GCNtfUpdatePlayerVipScore ack = (CMsgPlayerSystemGM2GCNtfUpdatePlayerVipScore)msgData;

            CMsgPlayerSystemGM2GCNtfUpdatePlayerVipScore.CallBack(ack);
        }