made depot polling event based

This commit is contained in:
Monica Moniot
2022-11-11 09:45:45 -05:00
parent baf373035a
commit 3d71275330
5 changed files with 40 additions and 58 deletions

View File

@@ -45,6 +45,5 @@ STATION_LAYOUT_NOT_CARGO = "[NF]"
LONGEST_INSERTER_REACH = 2
STATE_INIT = 0
STATE_POLL_DEPOTS = 1
STATE_POLL_STATIONS = 2
STATE_DISPATCH = 3
STATE_POLL_STATIONS = 1
STATE_DISPATCH = 2