Separate files, add backpack collection proc

This commit is contained in:
2020-06-03 02:08:28 -07:00
parent 8a085910fb
commit cfd7d244ca
6 changed files with 125 additions and 48 deletions

View File

@@ -0,0 +1,9 @@
import
objects
var
phone* = Item(
name: "Phone",
description: "Communication device"
)