mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 09:01:36 +02:00
Comments, small bugfixes removed legacy elements
This commit is contained in:
@ -50,7 +50,6 @@ class Door(Entity):
|
||||
def is_open(self):
|
||||
return self._state == d.STATE_OPEN
|
||||
|
||||
|
||||
@property
|
||||
def time_to_close(self):
|
||||
return self._time_to_close
|
||||
|
Reference in New Issue
Block a user