aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/itemcommon
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared/itemcommon')
-rw-r--r--gamemode/shared/itemcommon/common_inventory.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/gamemode/shared/itemcommon/common_inventory.lua b/gamemode/shared/itemcommon/common_inventory.lua
index 3f5fb3a..f541ecc 100644
--- a/gamemode/shared/itemcommon/common_inventory.lua
+++ b/gamemode/shared/itemcommon/common_inventory.lua
@@ -1,9 +1,4 @@
--[[
- Stores some common functions related to inventories
+ Stores some common functions related to items
]]
local common = {}
-
---Must have Serialize and Deseralize created before calling.
-function MakeInventoryable(item,shape,width,height,xpos,ypos)
-
-end