v1.0.13.1 (first post-1.0 patch)
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Steamworks
|
||||
private static extern Utf8StringPointer _GetCurrentGameLanguage( IntPtr self );
|
||||
|
||||
#endregion
|
||||
internal string GetCurrentGameLanguage()
|
||||
internal string? GetCurrentGameLanguage()
|
||||
{
|
||||
var returnValue = _GetCurrentGameLanguage( Self );
|
||||
return returnValue;
|
||||
|
||||
Reference in New Issue
Block a user