Added XML documentation to isServer & isClient

This commit is contained in:
Albin Corén 2018-04-02 09:01:29 +02:00
parent 6c716de014
commit 0d064fa94e

View File

@ -92,7 +92,9 @@ namespace MLAPI.MonoBehaviours.Core
return isServer && isClient;
}
}
/// <summary>
/// Gets wheter or not a client is running
/// </summary>
public bool isClient
{
get
@ -101,6 +103,9 @@ namespace MLAPI.MonoBehaviours.Core
}
}
/// <summary>
/// Gets wheter or not a server is running
/// </summary>
public bool isServer
{
get