Item Spawn Listener
Item Spawn Listeners get notified of every game object that is spawned by the theme engine. This allows you to modify the spawned objects and perform post processing on them (e.g. set metadata, add / remove extra components etc)
You'll need to inherit from DungeonItemSpawnListener
and implement the following function
Then add this script to the dungeon game object