diff --git a/src/Entity.cs b/src/Entity.cs index a3a6187..b613655 100644 --- a/src/Entity.cs +++ b/src/Entity.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Frontend; namespace WorldOfPeacecraft { diff --git a/src/Parser.cs b/src/Parser.cs index 6ae15a6..5bf5f21 100644 --- a/src/Parser.cs +++ b/src/Parser.cs @@ -3,7 +3,6 @@ using System.Linq; using System.Threading; using System.Collections.Generic; using System.Text.RegularExpressions; -using Frontend; namespace WorldOfPeacecraft { diff --git a/src/Tile.cs b/src/Tile.cs index fcc5697..9f0d7c1 100644 --- a/src/Tile.cs +++ b/src/Tile.cs @@ -1,5 +1,4 @@ using System; -using Frontend; namespace WorldOfPeacecraft {