tesst send move
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user