示例#1
0
 public static void CallBack(CMsgPlayerSystemGM2GCNtfUpdateUInt64Attribute ack)
 {
     if (CMsgPlayerSystemGM2GCNtfUpdateUInt64Attribute.cb == null)
     {
         return;
     }
     CMsgPlayerSystemGM2GCNtfUpdateUInt64Attribute.cb((EUpdateAttributeResult)ack.m_retCode, ack.m_attributeIndex, ack.m_value);
 }
示例#2
0
        public void OnMsgPlayerSystemGM2GCNtfUpdateUInt64Attribute(UnityFrame.CMsg msgData)
        {
            CMsgPlayerSystemGM2GCNtfUpdateUInt64Attribute ack = (CMsgPlayerSystemGM2GCNtfUpdateUInt64Attribute)msgData;

            CMsgPlayerSystemGM2GCNtfUpdateUInt64Attribute.CallBack(ack);
        }