Update docs

This commit is contained in:
Griatch 2023-01-06 18:13:41 +01:00
parent 60a4626d79
commit c31dbc7a37
6 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@ class Character(ComponentHolderMixin, DefaultCharacter):
Components need to inherit the Component class directly and require a name.
```python
from evennia.contrib.components import Component
from evennia.contrib.base_systems.components import Component
class Health(Component):
name = "health"