mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 23:28:11 +03:00
Added IsSteamChinaLauncher
This commit is contained in:
parent
fc74049123
commit
4871c634fb
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user