From 23ad73fe251f2231ca21e6d334f3d5c207bf67ac Mon Sep 17 00:00:00 2001 From: "console.log(cat == cute)" Date: Sat, 13 Aug 2022 22:30:59 +0900 Subject: [PATCH] Update init.lua --- src/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.lua b/src/init.lua index 5300e9a..ad573ee 100644 --- a/src/init.lua +++ b/src/init.lua @@ -39,9 +39,9 @@ local idSpace = {}; ---@return quad_module_tween tween function module.init(id) if id then - local last = idSpace[id]; - if last then - return last; + local this = idSpace[id]; + if this then + return this,this.round,this.class,this.mount,this.store,this.event,this.tween; end end local this = {items = {}};