From 491bb4504b91c2c57c980817b35dc134ab1bde43 Mon Sep 17 00:00:00 2001 From: dlopatin Date: Mon, 15 Apr 2024 16:06:03 +0300 Subject: [PATCH] =?UTF-8?q?Unknow=20=D0=B2=20DirerctionType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarmlyLocomotive/Drawnings/DirectionType.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/WarmlyLocomotive/Drawnings/DirectionType.cs b/WarmlyLocomotive/Drawnings/DirectionType.cs index 6f792c4..42f3f08 100644 --- a/WarmlyLocomotive/Drawnings/DirectionType.cs +++ b/WarmlyLocomotive/Drawnings/DirectionType.cs @@ -8,6 +8,7 @@ namespace WarmlyLocomotive.Drawnings; public enum DirectionType { + Unknow = -1, Up = 1, Down = 2, Left = 3,