aboutsummaryrefslogtreecommitdiff
path: root/gamemode/client/cl_state.lua
blob: f5677e95508f948b40d6e3608d8554fbdda898fa (plain)
1
2
3
4
5
6
7
8
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