mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-10 11:30:05 +03:00
typo on AvailableLanguages
This commit is contained in:
parent
4e98ae5027
commit
773605c841
@ -87,7 +87,7 @@ namespace Steamworks
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a list of the languages the current app supports.
|
/// Gets a list of the languages the current app supports.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string[] AvailablLanguages => Internal.GetAvailableGameLanguages().Split( new[] { ',' }, StringSplitOptions.RemoveEmptyEntries );
|
public static string[] AvailableLanguages => Internal.GetAvailableGameLanguages().Split( new[] { ',' }, StringSplitOptions.RemoveEmptyEntries );
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Checks if the active user is subscribed to a specified AppId.
|
/// Checks if the active user is subscribed to a specified AppId.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user