mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-17 16:21:43 +08:00
8 lines
173 B
Python
8 lines
173 B
Python
from ..campaign_war_archives.campaign_base import CampaignBase as CampaignBase_
|
|
|
|
|
|
class CampaignBase(CampaignBase_):
|
|
STAGE_INCREASE = [
|
|
'SP1 > SP2 > SP3',
|
|
]
|