gameItem property
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;
An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.
SchemaThing? gameItem;