This commit is contained in:
Qwreey 2022-08-12 01:08:35 +09:00
parent e6784166f2
commit e61ba00893

View file

@ -49,6 +49,8 @@ function module.init(shared)
end end
if thisObject then if thisObject then
thisObject.Parent = holder or getHolder(to); thisObject.Parent = holder or getHolder(to);
else
this.Parent = holder or getHolder(to);
end end
if type(to) == "table" then if type(to) == "table" then
local child = rawget(to,"__child"); local child = rawget(to,"__child");