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.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/gamemode/shared/itemcommon/common_inventory.lua b/gamemode/shared/itemcommon/common_inventory.lua
new file mode 100644
index 0000000..3f5fb3a
--- /dev/null
+++ b/gamemode/shared/itemcommon/common_inventory.lua
@@ -0,0 +1,9 @@
+--[[
+ Stores some common functions related to inventories
+]]
+local common = {}
+
+--Must have Serialize and Deseralize created before calling.
+function MakeInventoryable(item,shape,width,height,xpos,ypos)
+
+end