Exemple #1
0
 public override void SendMessage <TPacket>(MessageType packetType, TPacket packet)
 {
     _targetServer?.OnMessageReceived(packet);
 }