Added IsSteamChinaLauncher

This commit is contained in:
Garry Newman 2020-02-23 19:14:27 +00:00
parent fc74049123
commit 4871c634fb

View File

@ -255,5 +255,11 @@ namespace Steamworks
failed = false; failed = false;
return Internal.IsAPICallCompleted( call, ref failed ); 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();
} }
} }