mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Added IsSteamChinaLauncher
This commit is contained in:
parent
fc74049123
commit
4871c634fb
@ -255,5 +255,11 @@ internal static bool IsCallComplete( SteamAPICall_t call, out bool failed )
|
||||
failed = false;
|
||||
return Internal.IsAPICallCompleted( call, ref failed );
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Returns whether this steam client is a Steam China specific client, vs the global client
|
||||
/// </summary>
|
||||
public static bool IsSteamChinaLauncher => Internal.IsSteamChinaLauncher();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user