diff options
Diffstat (limited to 'gamemode/inventorysystem/cl_common.lua')
| -rw-r--r-- | gamemode/inventorysystem/cl_common.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gamemode/inventorysystem/cl_common.lua b/gamemode/inventorysystem/cl_common.lua index 5b461d3..361cf3c 100644 --- a/gamemode/inventorysystem/cl_common.lua +++ b/gamemode/inventorysystem/cl_common.lua @@ -1,4 +1,7 @@ +--[[ + A bunch of functions that a lot of inventories have in common, dragged out here so bugfixing is easier +]] local com = {} --Displays a dropdown of options under the players mouse, if the option is clicked, does the function |
