diff --git a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs
index dc73595..af98611 100644
--- a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs
+++ b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs
@@ -92,7 +92,9 @@ namespace MLAPI.MonoBehaviours.Core
return isServer && isClient;
}
}
-
+ ///
+ /// Gets wheter or not a client is running
+ ///
public bool isClient
{
get
@@ -101,6 +103,9 @@ namespace MLAPI.MonoBehaviours.Core
}
}
+ ///
+ /// Gets wheter or not a server is running
+ ///
public bool isServer
{
get