muffin v7.5.12
This commit is contained in:
parent
3102923ce2
commit
911ed68baa
65 changed files with 2356 additions and 1539 deletions
|
|
@ -63,7 +63,7 @@ internal sealed class SmartNavRouteEnqueuer(NavRouter navRouter, PlayerNavStateB
|
|||
{
|
||||
taskQueue.Enqueue(item);
|
||||
}
|
||||
reRouteService.ClearDestination();
|
||||
reRouteService.SetDestination(territoryId, position);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -156,4 +156,9 @@ internal sealed class SmartNavRouteEnqueuer(NavRouter navRouter, PlayerNavStateB
|
|||
{
|
||||
reRouteService.ClearDestination();
|
||||
}
|
||||
|
||||
public void SetDestination(uint territoryId, Vector3 position)
|
||||
{
|
||||
reRouteService.SetDestination(territoryId, position);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue