Update README.md for contrib.base_systems.components:

* Fix a missing base_systems submodule in documentation.
This commit is contained in:
Kenneth Aalberg 2022-12-21 20:57:54 +01:00
parent f6c3f31198
commit faa2b61e89

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"