class HeldByRelation: Relation

A relation representing that an entity is held by another entity. This is the inverse of InventoryRelation.

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

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