adding require to module object

This commit is contained in:
세젤귀 고양이들 2021-12-24 19:00:48 +09:00
parent 62e50b5b8d
commit f0c27bc4c6

View file

@ -40,6 +40,7 @@ function module.init()
--this.style = style.init(this); --this.style = style.init(this);
this.class = class.init(this); this.class = class.init(this);
this.mount = mount.init(this); this.mount = mount.init(this);
this.require = require;
--this.makeClass = makeClass; --this.makeClass = makeClass;
--this.tween = tween; --this.tween = tween;