Update store.lua

This commit is contained in:
세젤귀 고양이들 2021-12-19 01:20:52 +09:00 committed by GitHub
parent 40f06fac9d
commit c8d68613ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,9 @@ function module.init(shared)
default = function (s,value)
return setmetatable({dvalue = value},{__index = s});
end;
tween = function (s,value)
return setmetatable({tvalue = value},{__index = s});
end;
key = key;
store = self;
t = "reg";