Fix bug in parentobject class inheritance. Update objects docs

This commit is contained in:
Griatch 2022-03-05 00:44:32 +01:00
parent 919bf1a907
commit efb5682449
7 changed files with 81 additions and 20 deletions

View file

@ -30,7 +30,7 @@ customize this if desired by passing a different value for the `db_attribute`
parameter.
```python
from evennia.contrib.game_systems.cooldowns import Cooldownhandler
from evennia.contrib.game_systems.cooldowns import CooldownHandler
from evennia.utils.utils import lazy_property
@lazy_property