mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-08-14 18:09:45 +03:00
Merge pull request #502 from benbristow/fix-violence-typo
Fix 'IsLowVoilence' Typo
This commit is contained in:
commit
68977092f3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Steamworks
|
||||||
/// Checks if the license owned by the user provides low violence depots.
|
/// 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
|
/// Low violence depots are useful for copies sold in countries that have content restrictions
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static bool IsLowVoilence => Internal.BIsLowViolence();
|
public static bool IsLowViolence => Internal.BIsLowViolence();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Checks whether the current App ID license is for Cyber Cafes.
|
/// Checks whether the current App ID license is for Cyber Cafes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue