mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
fixed bug with implements
This commit is contained in:
parent
23b42e66fb
commit
b6c5003426
@ -441,7 +441,7 @@ globalThis.modapi_postinit = "(" + (() => {
|
||||
};
|
||||
classFn.classObject = null;
|
||||
}
|
||||
ModAPI.reflect.implements = function implements(classFn, reflectClass) {
|
||||
ModAPI.reflect.implements = function impl(classFn, reflectClass) {
|
||||
classFn.$meta ||= {};
|
||||
classFn.$meta.supertypes ||= [];
|
||||
if (reflectClass && reflectClass.class) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user