First step with both account+player at the same time, copying player to account.
This commit is contained in:
parent
99dbaad7ba
commit
ee0e9cc053
9 changed files with 2112 additions and 0 deletions
6
evennia/accounts/__init__.py
Normal file
6
evennia/accounts/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
This sub-package defines the out-of-character entities known as
|
||||
Accounts. These are equivalent to 'accounts' and can puppet one or
|
||||
more Objects depending on settings. An Account has no in-game existence.
|
||||
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue