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 6c716de commit 0d064faCopy full SHA for 0d064fa
MLAPI/MonoBehaviours/Core/NetworkingManager.cs
@@ -92,7 +92,9 @@ public bool isHost
92
return isServer && isClient;
93
}
94
95
-
+ /// <summary>
96
+ /// Gets wheter or not a client is running
97
+ /// </summary>
98
public bool isClient
99
{
100
get
@@ -101,6 +103,9 @@ public bool isClient
101
103
102
104
105
106
107
+ /// Gets wheter or not a server is running
108
109
public bool isServer
110
111
0 commit comments