Update README.md for contrib.base_systems.components:
* Fix a missing base_systems submodule in documentation.
This commit is contained in:
parent
2881d2dc13
commit
5d0d6e039e
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.
|
Components need to inherit the Component class directly and require a name.
|
||||||
```python
|
```python
|
||||||
from evennia.contrib.components import Component
|
from evennia.contrib.base_systems.components import Component
|
||||||
|
|
||||||
class Health(Component):
|
class Health(Component):
|
||||||
name = "health"
|
name = "health"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue