mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
24 lines
462 B
Python
24 lines
462 B
Python
from .classes import BattlePassQuestState
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Claim = BattlePassQuestState(
|
|
id=1,
|
|
name='Claim',
|
|
cn='领取',
|
|
cht='領取',
|
|
en='Claim',
|
|
jp='受取',
|
|
es='Recoger',
|
|
)
|
|
Navigate = BattlePassQuestState(
|
|
id=2,
|
|
name='Navigate',
|
|
cn='追踪',
|
|
cht='追蹤',
|
|
en='Navigate',
|
|
jp='追跡',
|
|
es='Seguir',
|
|
)
|