Skip to content

Commit b1c25c2

Browse files
committed
change filterType to public
1 parent 83a8438 commit b1c25c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Slua/Editor/LuaCodeGen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static public void GenerateAll()
132132
AssetDatabase.Refresh();
133133
}
134134

135-
static bool filterType(Type t, List<string> noUseList, List<string> uselist)
135+
static public bool filterType(Type t, List<string> noUseList, List<string> uselist)
136136
{
137137
if (t.IsDefined(typeof(CompilerGeneratedAttribute), false))
138138
{

0 commit comments

Comments
 (0)