mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 17:11:35 +02:00
Movement printing and Results, state, state reset.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user