mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Derived classes should have access to telepathy
This commit is contained in:
parent
2fe6d789d4
commit
f7fb8edc4e
@ -4,8 +4,8 @@ namespace Mirror
|
||||
{
|
||||
public class TelepathyTransport : TransportLayer
|
||||
{
|
||||
Telepathy.Client client = new Telepathy.Client();
|
||||
Telepathy.Server server = new Telepathy.Server();
|
||||
protected Telepathy.Client client = new Telepathy.Client();
|
||||
protected Telepathy.Server server = new Telepathy.Server();
|
||||
|
||||
public TelepathyTransport()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user