Ejemplo n.º 1
0
 public static void CallBack(CMsgPetSystemGM2GCAckExpandHotSpring ack)
 {
     if (CMsgPetSystemGM2GCAckExpandHotSpring.cb == null)
     {
         return;
     }
     CMsgPetSystemGM2GCAckExpandHotSpring.cb(ack.m_retCode, ack.m_hotSpring);
 }
Ejemplo n.º 2
0
        private void OnMsgPetSystemGM2GCAckExpandHotSpring(UnityFrame.CMsg msgData)
        {
            CMsgPetSystemGM2GCAckExpandHotSpring ack = (CMsgPetSystemGM2GCAckExpandHotSpring)msgData;

            CMsgPetSystemGM2GCAckExpandHotSpring.CallBack(ack);
        }