diff --git a/Facepunch.Steamworks/SteamUtils.cs b/Facepunch.Steamworks/SteamUtils.cs index 0233c63..9d3eea0 100644 --- a/Facepunch.Steamworks/SteamUtils.cs +++ b/Facepunch.Steamworks/SteamUtils.cs @@ -255,5 +255,11 @@ internal static bool IsCallComplete( SteamAPICall_t call, out bool failed ) failed = false; return Internal.IsAPICallCompleted( call, ref failed ); } + + + /// + /// Returns whether this steam client is a Steam China specific client, vs the global client + /// + public static bool IsSteamChinaLauncher => Internal.IsSteamChinaLauncher(); } } \ No newline at end of file