mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 06:16:31 +01:00
Updated HTML docs
This commit is contained in:
parent
2e06939d67
commit
fbd151ea7e
1183 changed files with 3839 additions and 733 deletions
|
|
@ -310,7 +310,7 @@ class DefaultCharacter(DefaultObject):
|
|||
This means that `DefaultCharacter` is in *itself* a child of something called `DefaultObject`! Let's
|
||||
see what this parent class provides. It's in the same module as `DefaultCharacter`, you just need to
|
||||
[scroll up near the
|
||||
top](https://github.com/evennia/evennia/blob/master/evennia/objects/objects.py#L182):
|
||||
top](https://github.com/evennia/evennia/blob/master/evennia/objects/objects.py#L193):
|
||||
|
||||
```python
|
||||
class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue