mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
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='クエスト',
|
||
|
)
|