We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a8438 commit b1c25c2Copy full SHA for b1c25c2
Assets/Slua/Editor/LuaCodeGen.cs
@@ -132,7 +132,7 @@ static public void GenerateAll()
132
AssetDatabase.Refresh();
133
}
134
135
- static bool filterType(Type t, List<string> noUseList, List<string> uselist)
+ static public bool filterType(Type t, List<string> noUseList, List<string> uselist)
136
{
137
if (t.IsDefined(typeof(CompilerGeneratedAttribute), false))
138
0 commit comments