Skip to content
drossos edited this page May 24, 2017 · 1 revision

Hierarchy

Item is the top of the Item tree where every other item in Zork branches off of this Class.

Properties of Items

All items have a few properties

  1. A Name held in a String
  2. Weight held in an int
  3. If Item is Droppable held in a boolean

What is an Item

An item can be held within an inventory and used at a later date.

Clone this wiki locally