This commit is contained in:
세젤귀 고양이들 2021-12-24 20:21:06 +09:00
parent e9c115fae4
commit c2d4bcbc28

View file

@ -117,7 +117,7 @@ function module.init(shared)
-- this is will keep reference from week table until -- this is will keep reference from week table until
-- inscance got GCed -- inscance got GCed
item:GetPropertyChangedSignal("ClassName"):Connect(regFn); item:GetPropertyChangedSignal("ClassName"):Connect(regFn);
elseif (valueType == "function" or valueType == "table") and bind(item,index,value,valueType) then -- connect event elseif (valueType == "function" or valueType == "table") and indexType == "string" and bind(item,index,value,valueType) then -- connect event
-- event binding -- event binding
elseif indexType == "string" then elseif indexType == "string" then
-- prop set -- prop set