~ruther/NosSmooth

e0780df18bcd528b5c043b66691c4035d4876722 — František Boháček 3 years ago 8270c3a
feat(core): add map changed walk unfinished reason
1 files changed, 5 insertions(+), 0 deletions(-)

M Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs
M Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs => Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs +5 -0
@@ 30,6 30,11 @@ public enum WalkUnfinishedReason
    UserAction,

    /// <summary>
    /// The map has been changed.
    /// </summary>
    MapChanged,

    /// <summary>
    /// There was another walk action that cancelled this one.
    /// </summary>
    AnotherTask

Do not follow this link