OnRead for client updated

This commit is contained in:
shinichi
2020-09-25 13:04:39 +02:00
parent 506a074f36
commit 360ec4175f
3 changed files with 24 additions and 23 deletions

View File

@@ -63,6 +63,14 @@ namespace Server
{
//Console.WriteLine("Data " + packet);
//JsonConvert.DeserializeObject(packet);
if (message[4] == 0x01)
{
}
else if (message[4] == 0x02)
{
}
}
}
}