Example #1
0
 private void OnPacket(string json)
 {
     HandlePacket(JsonNet.Deserialize <PacketC2S>(json));
 }