KCP Default transport

This commit is contained in:
Derek S 2021-05-18 12:20:22 -05:00
parent 10276d58a4
commit b880820cfa

View file

@ -10,7 +10,7 @@ namespace LightReflectiveMirror
// Required Settings
//========================
public string TransportDLL = "MultiCompiled.dll";
public string TransportClass = "Mirror.SimpleWebTransport";
public string TransportClass = "kcp2k.KcpTransport";
public string AuthenticationKey = "Secret Auth Key";
public ushort TransportPort = 7777;
public int UpdateLoopTime = 10;