mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax
This commit is contained in:
parent
665b1c2156
commit
d131367245
@ -5,7 +5,8 @@ namespace Mirror
|
|||||||
{
|
{
|
||||||
public class NetworkConnectionToClient : NetworkConnection
|
public class NetworkConnectionToClient : NetworkConnection
|
||||||
{
|
{
|
||||||
public override string address => Transport.activeTransport.ServerGetClientAddress(connectionId);
|
public override string address =>
|
||||||
|
Transport.activeTransport.ServerGetClientAddress(connectionId);
|
||||||
|
|
||||||
// batching from server to client.
|
// batching from server to client.
|
||||||
// fewer transport calls give us significantly better performance/scale.
|
// fewer transport calls give us significantly better performance/scale.
|
||||||
|
Loading…
Reference in New Issue
Block a user