This commit is contained in:
vis2k 2021-06-18 18:31:02 +08:00
parent cb05c5288b
commit 970c3e8702

View File

@ -12,9 +12,7 @@ public class NetworkConnectionToClient : NetworkConnection
public Unbatcher unbatcher = new Unbatcher();
public NetworkConnectionToClient(int networkConnectionId, bool batching)
: base(networkConnectionId, batching)
{
}
: base(networkConnectionId, batching) {}
// Send stage two: serialized NetworkMessage as ArraySegment<byte>
internal override void Send(ArraySegment<byte> segment, int channelId = Channels.Reliable)