From 1de5f9ac6f038bfed2230cc1272b253794b2f41a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 10 Jul 2016 17:04:29 -0400 Subject: Initial commit --- gamemode/shared/itemcommon/common_inventory.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gamemode/shared/itemcommon/common_inventory.lua (limited to 'gamemode/shared/itemcommon/common_inventory.lua') 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 -- cgit v1.2.3-70-g09d2