mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Missing rotation degree
This commit is contained in:
parent
1b07529659
commit
e97a0fc136
@ -6,7 +6,7 @@ from tasks.rogue.route.base import RouteBase
|
||||
|
||||
class Route(RouteBase):
|
||||
|
||||
@locked_rotation
|
||||
@locked_rotation(90)
|
||||
def Luofu_ArtisanshipCommission_F1_X169Y491(self):
|
||||
"""
|
||||
| Waypoint | Position | Direction | Rotation |
|
||||
|
Loading…
Reference in New Issue
Block a user