注释修改

This commit is contained in:
p57492168 2022-06-21 21:48:21 +08:00
parent 32ee95ada0
commit f8ca8f1673
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ class MultiSpiral(Spiral):
):
super().__init__()
self.ship_num = ship_num
# self.dest_direction = [None for _ in range(ship_num)]
self.wildfires = wildfires
self.charges = charges
self.finished_idx = [False for _ in range(ship_num)]