Update store.lua
This commit is contained in:
parent
40f06fac9d
commit
c8d68613ff
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue