mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Update docs
This commit is contained in:
parent
60a4626d79
commit
c31dbc7a37
6 changed files with 9 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue