Add replacable Trait classes
This commit is contained in:
parent
485ab5907c
commit
e0717fd07c
5 changed files with 183 additions and 115 deletions
|
|
@ -23,7 +23,7 @@ from evennia.utils.utils import (
|
|||
make_iter,
|
||||
delay,
|
||||
callables_from_module,
|
||||
class_from_module
|
||||
class_from_module,
|
||||
)
|
||||
from evennia.server.portal import amp
|
||||
from evennia.server.signals import SIGNAL_ACCOUNT_POST_LOGIN, SIGNAL_ACCOUNT_POST_LOGOUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue