mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Updated Generator to be in line with expected generated code
This commit is contained in:
parent
81c5ca7761
commit
bc6600736c
@ -144,6 +144,7 @@ internal static string Expose( string name )
|
|||||||
if ( name == "NetDebugOutput" ) return "public";
|
if ( name == "NetDebugOutput" ) return "public";
|
||||||
if ( name == "ItemPreviewType" ) return "public";
|
if ( name == "ItemPreviewType" ) return "public";
|
||||||
if ( name == "OverlayToStoreFlag" ) return "public";
|
if ( name == "OverlayToStoreFlag" ) return "public";
|
||||||
|
if ( name == "TextFilteringContext " ) return "public";
|
||||||
|
|
||||||
return "internal";
|
return "internal";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user