mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 13:18:01 +08:00
8 lines
165 B
Python
8 lines
165 B
Python
|
|
from module.campaign.campaign_base import CampaignBase as CampaignBase_
|
||
|
|
|
||
|
|
|
||
|
|
class CampaignBase(CampaignBase_):
|
||
|
|
STAGE_INCREASE = [
|
||
|
|
'SP1 > SP2 > SP3',
|
||
|
|
]
|