mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Some cleanups, properly marking the OOB stuff as WIP still. OOB is progressing but not yet functional or in its final form.
This commit is contained in:
parent
0ac2a58428
commit
5ef92b6bf8
4 changed files with 54 additions and 49 deletions
|
|
@ -15,7 +15,7 @@ _ATTR_CACHE = defaultdict(dict)
|
|||
_FIELD_CACHE = defaultdict(dict)
|
||||
_PROP_CACHE = defaultdict(dict)
|
||||
|
||||
# OOB hooks
|
||||
# OOB hooks (OOB not yet functional, don't use yet)
|
||||
_OOB_FIELD_UPDATE_HOOKS = defaultdict(dict)
|
||||
_OOB_PROP_UPDATE_HOOKS = defaultdict(dict)
|
||||
_OOB_ATTR_UPDATE_HOOKS = defaultdict(dict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue