From a294793e3c07bd5774a69f50e38a41598a5d16c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 18 Dec 2018 16:44:14 +0800 Subject: =?UTF-8?q?=E5=87=86=E5=A4=87=E6=94=AF=E6=8C=81=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/workspace.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server/src/workspace.lua (limited to 'server/src/workspace.lua') diff --git a/server/src/workspace.lua b/server/src/workspace.lua new file mode 100644 index 00000000..f167719c --- /dev/null +++ b/server/src/workspace.lua @@ -0,0 +1,6 @@ +local mt = {} +mt.__index = {} + +return function () + +end -- cgit v1.2.3