mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix 2020 compilation error
This commit is contained in:
parent
25d108ebbf
commit
6a2fc21d8f
@ -260,7 +260,7 @@ public void TestServerSend()
|
||||
transport.ServerStart();
|
||||
transport.ClientConnect("some.server.com");
|
||||
|
||||
transport.OnServerConnected = (connId, address) => {};
|
||||
transport.OnServerConnected = (_,_) => {};
|
||||
transport.OnServerDisconnected = _ => {};
|
||||
|
||||
// connect two connectionIds.
|
||||
|
Loading…
Reference in New Issue
Block a user