添加了显示当前策略的标签

调整了公交车的位置
This commit is contained in:
2022-06-29 11:33:43 +08:00
parent 3ab2edf65c
commit 1a0c65383b
10 changed files with 94 additions and 31 deletions

View File

@@ -21,6 +21,7 @@ public:
BusModel *bus_model;
int bus_tick;
int strategy;
BusStrategyBase();