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,