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 6096fa9 commit 69f06b3Copy full SHA for 69f06b3
com.unity.netcode.gameobjects/Runtime/Transports/UNET/UNetTransport.cs
@@ -282,7 +282,7 @@ private ConnectionConfig GetConfig()
282
return connectionConfig;
283
}
284
285
- public int GetConnectPort()
+ private int GetConnectPort()
286
{
287
if (NetworkManager && NetworkManager.PortOverride.Overidden)
288
@@ -292,7 +292,7 @@ public int GetConnectPort()
292
return ConnectPort;
293
294
295
- public int GetServerListenPort()
+ private int GetServerListenPort()
296
297
298
0 commit comments