注释删除

This commit is contained in:
p57492168 2022-06-21 21:49:43 +08:00
parent f8ca8f1673
commit fa8e41cac8
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ class MultiSpiral(Spiral):
self.charges = charges
self.finished_idx = [False for _ in range(ship_num)]
#self.ship_energy = ship_energy
#self.current_ship_energy = [ship_energy for _ in range(self.ship_num)]
self.delta_x = [0, 0, 1, -1, 1, 1, -1, -1]
self.delta_y = [1, -1, 0, 0, 1, -1, 1, -1]