--[[ 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