byond - Modules - Types

code/game/objects/items/storage/storage.dm

Contains obj/item/storage template

/obj/item/storageWhen creating a new storage, you may use /obj/item/storage as a template which automates create_storage() on .../Initialize However, this is no longer a hard requirement, since storage is a /datum now Just make sure to pass whatever arguments you need to create_storage() which is an /atom level proc (This means that any atom can have storage :D )