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