Skip to content

Commit 7e7f157

Browse files
committed
Made ServerTransports static
1 parent 48722a4 commit 7e7f157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/Data/Transports/UNET/UnetTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class UnetTransport : IUDPTransport
2020
public int serverConnectionId;
2121
public int serverHostId;
2222

23-
public List<TransportHost> ServerTransports = new List<TransportHost>()
23+
public static List<TransportHost> ServerTransports = new List<TransportHost>()
2424
{
2525
new TransportHost()
2626
{

0 commit comments

Comments
 (0)