Expand description
Enums using enum_dispatch
for generic wrappers around object types with
shared traits.
Enumsยง
- Attackable
Object - Cooldown
Object - Decaying
Object - Movable
Object - Object
With Position - Owned
Structure Conversion Error - Owned
Structure Object - Enum used for converting a
Structure
into a typed object of its specific structure type. - Store
Object - Store
Object Conversion Error - Structure
Object - Enum used for converting a
Structure
into a typed object of its specific structure type. - Transferable
Object - Transferable
Object Conversion Error - Typed
Room Object - Any enum representing any game object that inherits the
RoomObject
type.