mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
33 lines
938 B
Python
33 lines
938 B
Python
from .classes import AssignmentEventGroup
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Space_Station_Task_Force = AssignmentEventGroup(
|
|
id=1,
|
|
name='Space_Station_Task_Force',
|
|
cn='空间站特派',
|
|
cht='太空站特派',
|
|
en='Space Station Task Force',
|
|
jp='ステーション特派',
|
|
es='Comando de la Estación Espacial',
|
|
)
|
|
All_About_Boothill = AssignmentEventGroup(
|
|
id=2,
|
|
name='All_About_Boothill',
|
|
cn='关于波提欧的一切…',
|
|
cht='關於波提歐的一切……',
|
|
en='All About Boothill...',
|
|
jp='ブートヒルに関するすべて…',
|
|
es='Todo sobre Boothill...',
|
|
)
|
|
Shadow_of_the_Ranger = AssignmentEventGroup(
|
|
id=3,
|
|
name='Shadow_of_the_Ranger',
|
|
cn='游侠谜影',
|
|
cht='遊俠謎影',
|
|
en='Shadow of the Ranger',
|
|
jp='レンジャーの影',
|
|
es='Sombra del Vigilante',
|
|
)
|