1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 17:24:04 +08:00

Update campaign_ab.py

This commit is contained in:
whoamikyo
2020-07-01 18:32:05 -03:00
parent 90bf3e3093
commit f8a92f3654

View File

@@ -5,7 +5,6 @@ from module.logger import logger
RECORD_SINCE = (0,) RECORD_SINCE = (0,)
CAMPAIGN_NAME = ['a1', 'a2', 'a3', 'b1', 'b2', 'b3'] CAMPAIGN_NAME = ['a1', 'a2', 'a3', 'b1', 'b2', 'b3']
# CAMPAIGN_ALL = ['a1', 'a2', 'a3', 'b1', 'b2', 'b3', 'c1', 'c2', 'c3', 'd1', 'd2', 'd3'] # Trying implement all event maps
class CampaignAB(CampaignRun): class CampaignAB(CampaignRun):