tesst send move

This commit is contained in:
VDH
2025-09-10 14:23:25 +07:00
parent a4c4c4fa71
commit 4a9d07bc89
9 changed files with 286 additions and 77 deletions
@@ -48,6 +48,7 @@ namespace PerfectWorld.Scripts.Managers
public void OnMsgPlayerInfo(ECMSG Msg)
{
Debug.LogWarning("OnMsgPlayerInfo ");
int iHostID = Convert.ToInt32(Msg.dwParam3);
int lenghtByte = Marshal.SizeOf<int>();
byte[] byteArray = new byte[lenghtByte];