mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
24 lines
459 B
Python
24 lines
459 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='報酬',
|
|
es='Recompensas',
|
|
)
|
|
Missions = BattlePassTab(
|
|
id=2,
|
|
name='Missions',
|
|
cn='任务',
|
|
cht='任務',
|
|
en='Missions',
|
|
jp='クエスト',
|
|
es='Misiones',
|
|
)
|