From dfd8ac42b557f962100966d4d9cb6d3f0b682273 Mon Sep 17 00:00:00 2001 From: MayDayR Date: Tue, 14 Nov 2023 13:00:23 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'D?= =?UTF-8?q?oubleDeckerBus/Direction.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoubleDeckerBus/Direction.cs | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 DoubleDeckerBus/Direction.cs diff --git a/DoubleDeckerBus/Direction.cs b/DoubleDeckerBus/Direction.cs deleted file mode 100644 index e9c75f7..0000000 --- a/DoubleDeckerBus/Direction.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace DoubleDeckerBus -{ - internal enum Direction - { - /// - /// Вверх - /// - Up = 1, - /// - /// Вниз - /// - Down = 2, - /// - /// Влево - /// - Left = 3, - /// - /// Вправо - /// - Right = 4 - } -} \ No newline at end of file