mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 01:45:25 +08:00
Add: Find siren stronghold in globe map
This commit is contained in:
@@ -26,8 +26,8 @@ class Zone:
|
||||
# 1 for upper-left, 2 for upper-right, 3 for bottom-left, 4 for bottom-right, 5 for center
|
||||
region: int
|
||||
|
||||
is_port: int
|
||||
is_azur_port: int
|
||||
is_port: bool
|
||||
is_azur_port: bool
|
||||
|
||||
def __init__(self, zone_id, data):
|
||||
self.zone_id = zone_id
|
||||
|
||||
Reference in New Issue
Block a user