forked from liza/Questionable
Handle certain interaction interruptions
This commit is contained in:
parent
e87b7df4c2
commit
14257c73ac
@ -15,7 +15,7 @@
|
||||
"Y": -137.174,
|
||||
"Z": 559.47205
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"StopDistance": 7,
|
||||
"TerritoryId": 1189,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
|
@ -292,6 +292,8 @@ internal static class MoveTo
|
||||
{
|
||||
}
|
||||
|
||||
public bool ShouldRedoOnInterrupt() => true;
|
||||
|
||||
public override string ToString() => $"MoveTo({Destination.ToString("G", CultureInfo.InvariantCulture)})";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user