muffin v7.4.18
This commit is contained in:
parent
53aa9fdee8
commit
f82b9ce2a2
50 changed files with 142364 additions and 230361 deletions
|
|
@ -0,0 +1,16 @@
|
|||
using Questionable.Model.Questing;
|
||||
|
||||
namespace Questionable.Controller.Steps.Movement;
|
||||
|
||||
internal sealed record MoveToObject(QuestStep Step) : ITask
|
||||
{
|
||||
public bool ShouldRedoOnInterrupt()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"MoveToObject({Step.DataId})";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue