gameItem property

SchemaThing? gameItem
getter/setter pair

An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.

Implementation

SchemaThing? gameItem;