mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-27 22:18:11 +03:00
Merge pull request #354 from trdwll/typo-fix
typo on AvailableLanguages
This commit is contained in:
commit
6fbc1e80f3
@ -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