Movement printing and Results, state, state reset.

This commit is contained in:
Steffen Illium
2023-11-16 17:08:08 +01:00
parent 7f1d99fe18
commit 6c27aa8eaf
11 changed files with 45 additions and 21 deletions

View File

@ -70,6 +70,10 @@ class Inventory(IsBoundMixin, Collection):
def set_collection(self, collection):
self._collection = collection
def clear_temp_state(self):
# Entites need this, but inventories have no state....
pass
class Inventories(Objects):
_entity = Inventory