From a22cbeddc5f8fb61e87a30aa14ba354de5cf4431 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 18 Feb 2017 21:55:55 -0500 Subject: Updates --- gamemode/client/cl_state.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gamemode/client/cl_state.lua (limited to 'gamemode/client/cl_state.lua') diff --git a/gamemode/client/cl_state.lua b/gamemode/client/cl_state.lua new file mode 100644 index 0000000..f5677e9 --- /dev/null +++ b/gamemode/client/cl_state.lua @@ -0,0 +1,9 @@ +--[[ + Holds some information about client state, this is in a seperate file so I don't have circular dependancies. +]] + +local state = {} + +state.invopen = false + +return state -- cgit v1.2.3-70-g09d2