示例#1
0
 public void SendPacket(APINetworkPacket packet)
 {
     SendPacket(serializer.SerializeWithHeader(packet));
 }