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