Updated Generator to be in line with expected generated code

This commit is contained in:
Koen Mulder 2021-01-09 12:13:30 +01:00
parent 81c5ca7761
commit bc6600736c

View File

@ -144,6 +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";
return "internal";
}