mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax
This commit is contained in:
parent
cb05c5288b
commit
970c3e8702
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user