Fixed
- Businesses were missing business owners
Changed
- `GameObjectManager.has_gameobject()` now accepts an int as the parameter instead of a `GameObject` instance.
Added
- Additional "Min/Max" column to stats table when using inspection API
- Added back support for YAML data files
- Added back `Component.on_add()` and `Component.on_remove()` lifecycle functions.
- Added social rule support for modifying incoming relationships.
- Revised the inspection API to be expandable and display custom components.
- `LifeEvent.dispatch()` now accept an optional boolean parameter to disable logging while still notifying listeners.
- Added `EventConsiderations` resource as a way to add additional considerations to pre-authored events.
- Implemented default skills for character definitions