mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Fix TextFilteringContext not getting exposed
This commit is contained in:
parent
821975435c
commit
bfa94d89fa
@ -144,7 +144,7 @@ internal static string Expose( string name )
|
||||
if ( name == "NetDebugOutput" ) return "public";
|
||||
if ( name == "ItemPreviewType" ) return "public";
|
||||
if ( name == "OverlayToStoreFlag" ) return "public";
|
||||
if ( name == "TextFilteringContext " ) return "public";
|
||||
if ( name == "TextFilteringContext" ) return "public";
|
||||
|
||||
return "internal";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user