mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 01:21:36 +02:00
eight puzzle now available, clones now available
This commit is contained in:
@ -54,3 +54,6 @@ class Destination(Entity):
|
||||
|
||||
def mark_as_reached(self):
|
||||
self._was_reached = True
|
||||
|
||||
def unmark_as_reached(self):
|
||||
self._was_reached = False
|
||||
|
Reference in New Issue
Block a user