First step with both account+player at the same time, copying player to account.

This commit is contained in:
Griatch 2017-07-05 08:30:06 +02:00
parent 99dbaad7ba
commit ee0e9cc053
9 changed files with 2112 additions and 0 deletions

View 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.
"""