Skip to content

Commit 0d064fa

Browse files
committed
Added XML documentation to isServer & isClient
1 parent 6c716de commit 0d064fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MLAPI/MonoBehaviours/Core/NetworkingManager.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ public bool isHost
9292
return isServer && isClient;
9393
}
9494
}
95-
95+
/// <summary>
96+
/// Gets wheter or not a client is running
97+
/// </summary>
9698
public bool isClient
9799
{
98100
get
@@ -101,6 +103,9 @@ public bool isClient
101103
}
102104
}
103105

106+
/// <summary>
107+
/// Gets wheter or not a server is running
108+
/// </summary>
104109
public bool isServer
105110
{
106111
get

0 commit comments

Comments
 (0)