Update equip item, send - get work

This commit is contained in:
HungDK
2025-09-22 19:01:45 +07:00
parent 880c49607c
commit cbff89b47a
4 changed files with 182 additions and 23 deletions
+3
View File
@@ -211,6 +211,9 @@ public class CECHostPlayer : MonoBehaviour
OnMsgHstOwnItemInfo(Msg);
break;
}
case int value when value == EC_MsgDef.MSG_HST_ITEMOPERATION:
Debug.Log("HungDev : MSG_HST_ITEMOPERATION");
break;
}
}
public void OnMsgHstOwnItemInfo(ECMSG Msg)