mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-04 01:30:30 +03:00
Fix 'IsLowVoilence' Typo
This commit is contained in:
parent
b4de0927f3
commit
aa6a780185
@ -53,7 +53,7 @@ namespace Steamworks
|
||||
/// Checks if the license owned by the user provides low violence depots.
|
||||
/// Low violence depots are useful for copies sold in countries that have content restrictions
|
||||
/// </summary>
|
||||
public static bool IsLowVoilence => Internal.BIsLowViolence();
|
||||
public static bool IsLowViolence => Internal.BIsLowViolence();
|
||||
|
||||
/// <summary>
|
||||
/// Checks whether the current App ID license is for Cyber Cafes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user