From 468f859fe0af6af86ef9f77198f28c4c9d45a3b6 Mon Sep 17 00:00:00 2001 From: foxkerik6 Date: Sat, 19 Nov 2022 13:23:13 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Stormtrooper/Stormtrooper/AbstractMap.cs | 2 +- Stormtrooper/Stormtrooper/CloudMap.cs | 3 +-- Stormtrooper/Stormtrooper/DangerMap.cs | 3 +-- Stormtrooper/Stormtrooper/FormMap.cs | 3 +-- Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs | 5 ++--- Stormtrooper/Stormtrooper/SimpleMap.cs | 2 +- 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Stormtrooper/Stormtrooper/AbstractMap.cs b/Stormtrooper/Stormtrooper/AbstractMap.cs index 6ecfaa1..e998f59 100644 --- a/Stormtrooper/Stormtrooper/AbstractMap.cs +++ b/Stormtrooper/Stormtrooper/AbstractMap.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Cars +namespace Stormtrooper { internal abstract class AbstractMap { diff --git a/Stormtrooper/Stormtrooper/CloudMap.cs b/Stormtrooper/Stormtrooper/CloudMap.cs index c4c8170..291072f 100644 --- a/Stormtrooper/Stormtrooper/CloudMap.cs +++ b/Stormtrooper/Stormtrooper/CloudMap.cs @@ -1,5 +1,4 @@ -using Cars; -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Stormtrooper/Stormtrooper/DangerMap.cs b/Stormtrooper/Stormtrooper/DangerMap.cs index 31dc977..86e38f9 100644 --- a/Stormtrooper/Stormtrooper/DangerMap.cs +++ b/Stormtrooper/Stormtrooper/DangerMap.cs @@ -1,5 +1,4 @@ -using Cars; -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Stormtrooper/Stormtrooper/FormMap.cs b/Stormtrooper/Stormtrooper/FormMap.cs index ce5dca7..520f620 100644 --- a/Stormtrooper/Stormtrooper/FormMap.cs +++ b/Stormtrooper/Stormtrooper/FormMap.cs @@ -1,5 +1,4 @@ -using Cars; -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs index 732696b..a1c1d29 100644 --- a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs +++ b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs @@ -1,5 +1,4 @@ -using Cars; -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -54,7 +53,7 @@ namespace Stormtrooper /// Перегрузка оператора сложения /// /// - /// + /// /// public static int operator +(MapWithSetAirplaneGeneric map, T air) { diff --git a/Stormtrooper/Stormtrooper/SimpleMap.cs b/Stormtrooper/Stormtrooper/SimpleMap.cs index 82d90fb..84845c4 100644 --- a/Stormtrooper/Stormtrooper/SimpleMap.cs +++ b/Stormtrooper/Stormtrooper/SimpleMap.cs @@ -1,4 +1,4 @@ -namespace Cars +namespace Stormtrooper { /// /// Простая реализация абсрактного класса AbstractMap