mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
24 lines
460 B
Python
24 lines
460 B
Python
from .classes import DungeonEntrance
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Teleport = DungeonEntrance(
|
|
id=1,
|
|
name='Teleport',
|
|
cn='传送',
|
|
cht='傳送',
|
|
en='Teleport',
|
|
jp='テレポート',
|
|
es='Ir',
|
|
)
|
|
Navigate = DungeonEntrance(
|
|
id=2,
|
|
name='Navigate',
|
|
cn='追踪',
|
|
cht='追蹤',
|
|
en='Navigate',
|
|
jp='追跡',
|
|
es='Seguir',
|
|
)
|