mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 14:41:18 -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;
|
classFn.classObject = null;
|
||||||
}
|
}
|
||||||
ModAPI.reflect.implements = function implements(classFn, reflectClass) {
|
ModAPI.reflect.implements = function impl(classFn, reflectClass) {
|
||||||
classFn.$meta ||= {};
|
classFn.$meta ||= {};
|
||||||
classFn.$meta.supertypes ||= [];
|
classFn.$meta.supertypes ||= [];
|
||||||
if (reflectClass && reflectClass.class) {
|
if (reflectClass && reflectClass.class) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user