Skip to content

Commit dd6fcdd

Browse files
committed
移动dts逻辑到v8模块
1 parent 71f7298 commit dd6fcdd

File tree

2 files changed

+1
-1
lines changed
  • unity/upms

2 files changed

+1
-1
lines changed

unity/upms/core/Editor/Src/Generator/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ internal static bool isDisallowedType(Type type)
222222
return result;
223223
}
224224

225-
internal static BindingMode getBindingMode(MemberInfo mbi)
225+
public static BindingMode getBindingMode(MemberInfo mbi)
226226
{
227227
BindingMode strictestMode = BindingMode.FastBinding;
228228
foreach (var filter in BindingModeFilters)
File renamed without changes.

0 commit comments

Comments
 (0)