From 2a7af7426e2632f300a40013b30b57e02e1d1670 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 1 Nov 2016 17:33:13 +0100 Subject: [PATCH] Add files via upload --- src/apis/temp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/apis/temp diff --git a/src/apis/temp b/src/apis/temp new file mode 100644 index 0000000..638ab54 --- /dev/null +++ b/src/apis/temp @@ -0,0 +1,9 @@ +local _temp = {} + +function set(config, value) + _temp[config] = value +end + +function get(config) + return _temp[config] +end \ No newline at end of file