mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
9edd120538
* Add: Battle Pass Claim Rewards * Upd: comments of public methods * Fix: Break half way if not waiting for animation change finish * Fix: set dataclass repr to false * Add: Tasks BattlePass * Upd: break get_rewards into two loops
22 lines
418 B
Python
22 lines
418 B
Python
from .classes import BattlePassTab
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Rewards = BattlePassTab(
|
|
id=1,
|
|
name='Rewards',
|
|
cn='奖励',
|
|
cht='獎勵',
|
|
en='Rewards',
|
|
jp='報酬',
|
|
)
|
|
Missions = BattlePassTab(
|
|
id=2,
|
|
name='Missions',
|
|
cn='任务',
|
|
cht='任務',
|
|
en='Missions',
|
|
jp='クエスト',
|
|
)
|