From e0780df18bcd528b5c043b66691c4035d4876722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sun, 13 Feb 2022 15:35:36 +0100 Subject: [PATCH] feat(core): add map changed walk unfinished reason --- Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs b/Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs index 4e08c8effe9b1761f6bf0033621ae09faa34e926..81446d688b910f922b7dccf5dfa27ea1d6cf5ffc 100644 --- a/Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs +++ b/Core/NosSmooth.Core/Errors/WalkUnfinishedReason.cs @@ -29,6 +29,11 @@ public enum WalkUnfinishedReason /// UserAction, + /// + /// The map has been changed. + /// + MapChanged, + /// /// There was another walk action that cancelled this one. ///