Derived classes should have access to telepathy

This commit is contained in:
Paul Pacheco 2018-11-11 07:20:36 -06:00
parent 2fe6d789d4
commit f7fb8edc4e

View File

@ -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()
{