We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48722a4 commit 7e7f157Copy full SHA for 7e7f157
MLAPI/Data/Transports/UNET/UnetTransport.cs
@@ -20,7 +20,7 @@ public class UnetTransport : IUDPTransport
20
public int serverConnectionId;
21
public int serverHostId;
22
23
- public List<TransportHost> ServerTransports = new List<TransportHost>()
+ public static List<TransportHost> ServerTransports = new List<TransportHost>()
24
{
25
new TransportHost()
26
0 commit comments