Add files via upload
This commit is contained in:
parent
bd930d9c67
commit
2a7af7426e
1 changed files with 9 additions and 0 deletions
9
src/apis/temp
Normal file
9
src/apis/temp
Normal file
|
@ -0,0 +1,9 @@
|
|||
local _temp = {}
|
||||
|
||||
function set(config, value)
|
||||
_temp[config] = value
|
||||
end
|
||||
|
||||
function get(config)
|
||||
return _temp[config]
|
||||
end
|
Loading…
Reference in a new issue