mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixes to inline_python
This commit is contained in:
parent
a02758445d
commit
1e7603024e
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
"""
|
||||
Typeclasses for the in-game Python system.
|
||||
|
||||
To use them, one should inherit from these classes (EventObject,
|
||||
EventRoom, EventCharacter and EventExit).
|
||||
To use them, change your base typeclasses to inherit from the classes in this
|
||||
module (EventObject, EventRoom, EventCharacter and EventExit) instead of the
|
||||
default ones in evennia core.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue