forked from SeAIPalette/SeAIPalette
注释修改
This commit is contained in:
parent
32ee95ada0
commit
f8ca8f1673
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue