mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
LocalConnectionToClient made internal for tests
This commit is contained in:
parent
8218979e32
commit
2706eb30b9
@ -6,7 +6,7 @@ namespace Mirror
|
||||
{
|
||||
// a server's connection TO a LocalClient.
|
||||
// sending messages on this connection causes the client's handler function to be invoked directly
|
||||
class LocalConnectionToClient : NetworkConnectionToClient
|
||||
internal class LocalConnectionToClient : NetworkConnectionToClient
|
||||
{
|
||||
internal LocalConnectionToServer connectionToServer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user