1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 22:37:16 +08:00
Files
SevCrane 5e482958f6 AlasGG
2024-06-05 23:20:28 +08:00

8 lines
165 B
Python

from module.campaign.campaign_base import CampaignBase as CampaignBase_
class CampaignBase(CampaignBase_):
STAGE_INCREASE = [
'SP1 > SP2 > SP3',
]