Example #1
0
 public void Response70(byte[] responseBytes, Socket fromSocket, int fromId)
 {
     _client.room = ByteParser.ConvertDataToRoom(responseBytes);
 }