Added XML documentation to isServer & isClient
This commit is contained in:
parent
6c716de014
commit
0d064fa94e
@ -92,7 +92,9 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
return isServer && isClient;
|
return isServer && isClient;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/// <summary>
|
||||||
|
/// Gets wheter or not a client is running
|
||||||
|
/// </summary>
|
||||||
public bool isClient
|
public bool isClient
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -101,6 +103,9 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets wheter or not a server is running
|
||||||
|
/// </summary>
|
||||||
public bool isServer
|
public bool isServer
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user