mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-27 22:18:11 +03:00
Merge pull request #449 from rhys-vdw/patch-1
Document SteamClient.IsValid
This commit is contained in:
commit
950b256c27
@ -89,6 +89,9 @@ namespace Steamworks
|
|||||||
openInterfaces.Clear();
|
openInterfaces.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Check if Steam is loaded and accessible.
|
||||||
|
/// </summary>
|
||||||
public static bool IsValid => initialized;
|
public static bool IsValid => initialized;
|
||||||
|
|
||||||
public static void Shutdown()
|
public static void Shutdown()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user