Merge pull request #449 from rhys-vdw/patch-1

Document SteamClient.IsValid
This commit is contained in:
Garry Newman 2020-07-05 10:58:27 +01:00 committed by GitHub
commit 950b256c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,9 @@ namespace Steamworks
openInterfaces.Clear();
}
/// <summary>
/// Check if Steam is loaded and accessible.
/// </summary>
public static bool IsValid => initialized;
public static void Shutdown()
@ -178,4 +181,4 @@ namespace Steamworks
}
}
}
}