mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Add: camera_data_spawn_point
This commit is contained in:
@@ -92,7 +92,7 @@ class SelectedGrids:
|
||||
Returns:
|
||||
SelectedGrids:
|
||||
"""
|
||||
return SelectedGrids(self.grids + grids.grids)
|
||||
return SelectedGrids(list(set(self.grids + grids.grids)))
|
||||
|
||||
def delete(self, grids):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user