예제 #1
0
 public static void CallBack(CMsgPlayerSystemGM2GCNtfUpdateUInt32Attribute ack)
 {
     if (CMsgPlayerSystemGM2GCNtfUpdateUInt32Attribute.cb == null)
     {
         return;
     }
     CMsgPlayerSystemGM2GCNtfUpdateUInt32Attribute.cb((EUpdateAttributeResult)ack.m_retCode, ack.m_attributeIndex, ack.m_value);
 }
예제 #2
0
        public void OnMsgPlayerSystemGM2GCNtfUpdateUInt32Attribute(UnityFrame.CMsg msgData)
        {
            CMsgPlayerSystemGM2GCNtfUpdateUInt32Attribute ack = (CMsgPlayerSystemGM2GCNtfUpdateUInt32Attribute)msgData;

            CMsgPlayerSystemGM2GCNtfUpdateUInt32Attribute.CallBack(ack);
        }