mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Lock position in Jarilo_BackwaterPass_F1_X581Y403
This commit is contained in:
parent
09b20a5838
commit
198a9fd810
@ -1,10 +1,12 @@
|
||||
from tasks.map.control.waypoint import Waypoint
|
||||
from tasks.map.keywords.plane import Jarilo_BackwaterPass
|
||||
from tasks.map.route.base import locked_position
|
||||
from tasks.rogue.route.base import RouteBase
|
||||
|
||||
|
||||
class Route(RouteBase):
|
||||
|
||||
@locked_position
|
||||
def Jarilo_BackwaterPass_F1_X581Y403(self):
|
||||
"""
|
||||
| Waypoint | Position | Direction | Rotation |
|
||||
|
Loading…
Reference in New Issue
Block a user