mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 20:48:03 +03:00
Fix TextFilteringContext not getting exposed
This commit is contained in:
parent
821975435c
commit
bfa94d89fa
@ -144,7 +144,7 @@ public static class Cleanup
|
||||
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…
x
Reference in New Issue
Block a user