From 3fd9602dafb92cabaf127e04335d4ae9f007ee63 Mon Sep 17 00:00:00 2001 From: Chris B <1029chris@gmail.com> Date: Thu, 4 Feb 2016 13:43:24 -0800 Subject: Added files that will be needed soon --- chat.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 chat.lua (limited to 'chat.lua') diff --git a/chat.lua b/chat.lua new file mode 100644 index 0000000..b76b00d --- /dev/null +++ b/chat.lua @@ -0,0 +1,2 @@ +function drawChat() +end -- cgit