class InventoryRelation: Relation

A relation representing that an entity has another entity in its inventory. This is the inverse of the HeldByRelation.

__new(self: Object, ...: any)

The default constructor for the class. Subclasses should override this.