mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 06:46:31 +01:00
Update README.md for contrib.base_systems.components:
* Fix a missing base_systems submodule in documentation.
This commit is contained in:
parent
f6c3f31198
commit
faa2b61e89
1 changed files with 1 additions and 1 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