mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
30 lines
662 B
Python
30 lines
662 B
Python
from .classes import DungeonTab
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Operation_Briefing = DungeonTab(
|
|
id=1,
|
|
name='Operation_Briefing',
|
|
cn='行动摘要',
|
|
cht='行動摘要',
|
|
en='Operation Briefing',
|
|
jp='行動要旨',
|
|
)
|
|
Survival_Index = DungeonTab(
|
|
id=2,
|
|
name='Survival_Index',
|
|
cn='生存索引',
|
|
cht='生存索引',
|
|
en='Survival Index',
|
|
jp='生存手引書',
|
|
)
|
|
Daily_Training = DungeonTab(
|
|
id=3,
|
|
name='Daily_Training',
|
|
cn='每日实训',
|
|
cht='每日實訓',
|
|
en='Daily Training',
|
|
jp='デイリー訓練',
|
|
)
|