diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchData.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchData.cs index 47007b7..550fcef 100644 --- a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchData.cs +++ b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchData.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace RecrownedAthenaeum.Pipeline.NinePatch +namespace RecrownedAthenaeum.Pipeline.NinePatch { public class NinePatchData { diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs index cb6392f..d0f4250 100644 --- a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs +++ b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs @@ -1,11 +1,6 @@ using Microsoft.Xna.Framework.Content.Pipeline; using Newtonsoft.Json; -using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Pipeline.NinePatch { diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs index b7688c7..d45368c 100644 --- a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs +++ b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs @@ -1,12 +1,6 @@ using Microsoft.Xna.Framework.Content.Pipeline; using Newtonsoft.Json; -using System; -using System.Collections.Generic; -using System.IO; -using System.IO.Compression; -using System.Linq; using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Pipeline.NinePatch { diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs index e6fc05d..3266ee6 100644 --- a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs +++ b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs @@ -1,10 +1,5 @@ using Microsoft.Xna.Framework.Content.Pipeline; using Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Pipeline.NinePatch { diff --git a/RecrownedAthenaeum.Pipeline/Properties/AssemblyInfo.cs b/RecrownedAthenaeum.Pipeline/Properties/AssemblyInfo.cs index 6c52520..a2cd23e 100644 --- a/RecrownedAthenaeum.Pipeline/Properties/AssemblyInfo.cs +++ b/RecrownedAthenaeum.Pipeline/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasData.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasData.cs index 4ed3c9b..1d520ad 100644 --- a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasData.cs +++ b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasData.cs @@ -1,12 +1,5 @@ using Microsoft.Xna.Framework; -using Newtonsoft.Json; using RecrownedAthenaeum.Pipeline.NinePatch; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Xml.Serialization; namespace RecrownedAthenaeum.Pipeline.TextureAtlas { diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs index 94b0f2d..d18c370 100644 --- a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs +++ b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs @@ -1,13 +1,6 @@ using Microsoft.Xna.Framework.Content.Pipeline; -using Microsoft.Xna.Framework.Graphics; using Newtonsoft.Json; -using System; -using System.Collections.Generic; -using System.IO; -using System.IO.Compression; -using System.Linq; using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Pipeline.TextureAtlas { diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs index 0ffb60c..9f8a904 100644 --- a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs +++ b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs @@ -1,10 +1,5 @@ using Microsoft.Xna.Framework.Content.Pipeline; using Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Pipeline.TextureAtlas { diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs index b72ee2b..e094b9e 100644 --- a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs +++ b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; namespace RecrownedAthenaeum.Tools.CommandProcessor.Commands { diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs index e20d6b0..bf3a5ba 100644 --- a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs +++ b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; namespace RecrownedAthenaeum.Tools.CommandProcessor.Commands { diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs index f2242af..c07b35a 100644 --- a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs +++ b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace RecrownedAthenaeum.Tools.CommandProcessor.Commands +namespace RecrownedAthenaeum.Tools.CommandProcessor.Commands { internal class StopCommand : EngineCommand { diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs index a7cca1b..58ec4a1 100644 --- a/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs +++ b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Text; namespace RecrownedAthenaeum.Tools.CommandProcessor diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs index b050629..c2ab3a8 100644 --- a/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs +++ b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace RecrownedAthenaeum.Tools.CommandProcessor +namespace RecrownedAthenaeum.Tools.CommandProcessor { public class EngineCommandArgument { diff --git a/RecrownedAthenaeum.Tools/ConsoleUtilities.cs b/RecrownedAthenaeum.Tools/ConsoleUtilities.cs index 73ee3db..499edd9 100644 --- a/RecrownedAthenaeum.Tools/ConsoleUtilities.cs +++ b/RecrownedAthenaeum.Tools/ConsoleUtilities.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Text; namespace RecrownedAthenaeum.Tools diff --git a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs index ae07723..3c5910a 100644 --- a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs +++ b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs @@ -1,15 +1,14 @@ -using System; -using System.Collections.Generic; -using System.IO; +using Newtonsoft.Json; +using RecrownedAthenaeum.Pipeline.NinePatch; +using RecrownedAthenaeum.Pipeline.TextureAtlas; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; -using RecrownedAthenaeum.Pipeline.TextureAtlas; -using RecrownedAthenaeum.Pipeline.NinePatch; using SixLabors.ImageSharp.Processing; using SixLabors.Primitives; +using System; +using System.Collections.Generic; +using System.IO; using System.Linq; -using Newtonsoft.Json; -using System.Runtime.InteropServices; using System.Security; namespace RecrownedAthenaeum.Tools.TextureAtlas diff --git a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs index 1959a2d..49b7d5d 100644 --- a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs +++ b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs @@ -1,9 +1,7 @@ using RecrownedAthenaeum.Tools.CommandProcessor; using RecrownedAthenaeum.Tools.TextureAtlas; using System; -using System.Collections.Generic; using System.IO; -using System.Text; namespace RecrownedAthenaeum.Tools.TextureAtlasTools { diff --git a/RecrownedAthenaeum/Camera/Camera2D.cs b/RecrownedAthenaeum/Camera/Camera2D.cs index 0f9a018..ea7d4e4 100644 --- a/RecrownedAthenaeum/Camera/Camera2D.cs +++ b/RecrownedAthenaeum/Camera/Camera2D.cs @@ -1,10 +1,6 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Camera { diff --git a/RecrownedAthenaeum/ContentSystem/ContentLoad.cs b/RecrownedAthenaeum/ContentSystem/ContentLoad.cs index a5a2a6e..81be54c 100644 --- a/RecrownedAthenaeum/ContentSystem/ContentLoad.cs +++ b/RecrownedAthenaeum/ContentSystem/ContentLoad.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.ContentSystem { diff --git a/RecrownedAthenaeum/ContentSystem/ContentManagerController.cs b/RecrownedAthenaeum/ContentSystem/ContentManagerController.cs index 1efb48e..887b9d6 100644 --- a/RecrownedAthenaeum/ContentSystem/ContentManagerController.cs +++ b/RecrownedAthenaeum/ContentSystem/ContentManagerController.cs @@ -1,13 +1,8 @@ using Microsoft.Xna.Framework.Content; -using Microsoft.Xna.Framework.Graphics; using System; using System.Collections.Generic; using System.Diagnostics; -using System.IO; -using System.Linq; -using System.Text; using System.Threading; -using System.Threading.Tasks; namespace RecrownedAthenaeum.ContentSystem { diff --git a/RecrownedAthenaeum/ContentSystem/ContentResolvers/FontContentResolver.cs b/RecrownedAthenaeum/ContentSystem/ContentResolvers/FontContentResolver.cs index b3247cc..6160b0b 100644 --- a/RecrownedAthenaeum/ContentSystem/ContentResolvers/FontContentResolver.cs +++ b/RecrownedAthenaeum/ContentSystem/ContentResolvers/FontContentResolver.cs @@ -1,11 +1,4 @@ -using RecrownedAthenaeum.ContentSystem; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace RecrownedAthenaeum.ContentSystem.ContentResolvers +namespace RecrownedAthenaeum.ContentSystem.ContentResolvers { class FontContentResolver : IContentPathModifier { diff --git a/RecrownedAthenaeum/ContentSystem/ContentResolvers/NormalContentResolver.cs b/RecrownedAthenaeum/ContentSystem/ContentResolvers/NormalContentResolver.cs index 2adbb00..a767e07 100644 --- a/RecrownedAthenaeum/ContentSystem/ContentResolvers/NormalContentResolver.cs +++ b/RecrownedAthenaeum/ContentSystem/ContentResolvers/NormalContentResolver.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace RecrownedAthenaeum.ContentSystem.ContentResolvers +namespace RecrownedAthenaeum.ContentSystem.ContentResolvers { class NormalContentResolver : IContentPathModifier { diff --git a/RecrownedAthenaeum/ContentSystem/ContentResolvers/ResolutionContentResolver.cs b/RecrownedAthenaeum/ContentSystem/ContentResolvers/ResolutionContentResolver.cs index 1467fa7..fca23f3 100644 --- a/RecrownedAthenaeum/ContentSystem/ContentResolvers/ResolutionContentResolver.cs +++ b/RecrownedAthenaeum/ContentSystem/ContentResolvers/ResolutionContentResolver.cs @@ -1,10 +1,4 @@ -using RecrownedAthenaeum.ContentSystem; -using RecrownedAthenaeum.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using RecrownedAthenaeum.DataTypes; namespace RecrownedAthenaeum.ContentSystem.ContentResolvers { diff --git a/RecrownedAthenaeum/ContentSystem/IContentPathModifier.cs b/RecrownedAthenaeum/ContentSystem/IContentPathModifier.cs index 01771bf..fee8346 100644 --- a/RecrownedAthenaeum/ContentSystem/IContentPathModifier.cs +++ b/RecrownedAthenaeum/ContentSystem/IContentPathModifier.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace RecrownedAthenaeum.ContentSystem +namespace RecrownedAthenaeum.ContentSystem { public interface IContentPathModifier { diff --git a/RecrownedAthenaeum/DataTypes/ISpecialDrawable.cs b/RecrownedAthenaeum/DataTypes/ISpecialDrawable.cs index a6fa776..0429510 100644 --- a/RecrownedAthenaeum/DataTypes/ISpecialDrawable.cs +++ b/RecrownedAthenaeum/DataTypes/ISpecialDrawable.cs @@ -1,10 +1,5 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.DataTypes { diff --git a/RecrownedAthenaeum/DataTypes/NinePatch.cs b/RecrownedAthenaeum/DataTypes/NinePatch.cs index a1f9496..449a3b5 100644 --- a/RecrownedAthenaeum/DataTypes/NinePatch.cs +++ b/RecrownedAthenaeum/DataTypes/NinePatch.cs @@ -1,11 +1,6 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Xml.Serialization; namespace RecrownedAthenaeum.DataTypes { diff --git a/RecrownedAthenaeum/DataTypes/Resolution.cs b/RecrownedAthenaeum/DataTypes/Resolution.cs index 6c30837..e3aab1b 100644 --- a/RecrownedAthenaeum/DataTypes/Resolution.cs +++ b/RecrownedAthenaeum/DataTypes/Resolution.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.DataTypes { diff --git a/RecrownedAthenaeum/DataTypes/TextureAtlas.cs b/RecrownedAthenaeum/DataTypes/TextureAtlas.cs index ffdaf1b..a184d96 100644 --- a/RecrownedAthenaeum/DataTypes/TextureAtlas.cs +++ b/RecrownedAthenaeum/DataTypes/TextureAtlas.cs @@ -1,13 +1,7 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; -using Newtonsoft.Json; -using RecrownedAthenaeum.DataTypes; using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Xml.Serialization; namespace RecrownedAthenaeum.DataTypes { diff --git a/RecrownedAthenaeum/Input/IInputListener.cs b/RecrownedAthenaeum/Input/IInputListener.cs index 9bff789..46ba91b 100644 --- a/RecrownedAthenaeum/Input/IInputListener.cs +++ b/RecrownedAthenaeum/Input/IInputListener.cs @@ -1,9 +1,4 @@ using Microsoft.Xna.Framework.Input; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Input { diff --git a/RecrownedAthenaeum/Input/InputListener.cs b/RecrownedAthenaeum/Input/InputListener.cs index 800a5a8..7c60af9 100644 --- a/RecrownedAthenaeum/Input/InputListener.cs +++ b/RecrownedAthenaeum/Input/InputListener.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Microsoft.Xna.Framework.Input; +using Microsoft.Xna.Framework.Input; namespace RecrownedAthenaeum.Input { diff --git a/RecrownedAthenaeum/Input/InputUtilities.cs b/RecrownedAthenaeum/Input/InputUtilities.cs index 3be53be..a9d2aef 100644 --- a/RecrownedAthenaeum/Input/InputUtilities.cs +++ b/RecrownedAthenaeum/Input/InputUtilities.cs @@ -1,11 +1,6 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; -using RecrownedAthenaeum.Input; -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Input { diff --git a/RecrownedAthenaeum/ParticleSystem/Particle.cs b/RecrownedAthenaeum/ParticleSystem/Particle.cs index 520d78e..45d9d40 100644 --- a/RecrownedAthenaeum/ParticleSystem/Particle.cs +++ b/RecrownedAthenaeum/ParticleSystem/Particle.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace RecrownedAthenaeum.ParticleSystem +namespace RecrownedAthenaeum.ParticleSystem { class Particle { diff --git a/RecrownedAthenaeum/Pipeline/NinePatchDataReader.cs b/RecrownedAthenaeum/Pipeline/NinePatchDataReader.cs index 506de21..850f3d3 100644 --- a/RecrownedAthenaeum/Pipeline/NinePatchDataReader.cs +++ b/RecrownedAthenaeum/Pipeline/NinePatchDataReader.cs @@ -1,11 +1,6 @@ using Microsoft.Xna.Framework.Content; using Newtonsoft.Json; -using RecrownedAthenaeum.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Pipeline { diff --git a/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs b/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs index ffb1708..29235ca 100644 --- a/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs +++ b/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs @@ -1,16 +1,9 @@ using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Newtonsoft.Json; -using RecrownedAthenaeum.DataTypes; using RecrownedAthenaeum.Pipeline.NinePatch; using RecrownedAthenaeum.Pipeline.TextureAtlas; -using System; -using System.Collections.Generic; -using System.IO; -using System.IO.Compression; -using System.Linq; using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Pipeline { diff --git a/RecrownedAthenaeum/Properties/AssemblyInfo.cs b/RecrownedAthenaeum/Properties/AssemblyInfo.cs index 1ba04c9..1186401 100644 --- a/RecrownedAthenaeum/Properties/AssemblyInfo.cs +++ b/RecrownedAthenaeum/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/RecrownedAthenaeum/Render/PrimitiveBatch.cs b/RecrownedAthenaeum/Render/PrimitiveBatch.cs index ac4b806..6356c16 100644 --- a/RecrownedAthenaeum/Render/PrimitiveBatch.cs +++ b/RecrownedAthenaeum/Render/PrimitiveBatch.cs @@ -3,9 +3,6 @@ using Microsoft.Xna.Framework.Graphics; using RecrownedAthenaeum.Camera; using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Render { diff --git a/RecrownedAthenaeum/Render/RectangleRenderer.cs b/RecrownedAthenaeum/Render/RectangleRenderer.cs index e3080fd..ebcbf3c 100644 --- a/RecrownedAthenaeum/Render/RectangleRenderer.cs +++ b/RecrownedAthenaeum/Render/RectangleRenderer.cs @@ -2,10 +2,6 @@ using Microsoft.Xna.Framework.Graphics; using RecrownedAthenaeum.Camera; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.Render { diff --git a/RecrownedAthenaeum/ScreenSystem/ITransition.cs b/RecrownedAthenaeum/ScreenSystem/ITransition.cs index d39c42d..dd66582 100644 --- a/RecrownedAthenaeum/ScreenSystem/ITransition.cs +++ b/RecrownedAthenaeum/ScreenSystem/ITransition.cs @@ -1,10 +1,5 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.ScreenSystem { diff --git a/RecrownedAthenaeum/ScreenSystem/LoadingScreen.cs b/RecrownedAthenaeum/ScreenSystem/LoadingScreen.cs index e076a26..faf6e89 100644 --- a/RecrownedAthenaeum/ScreenSystem/LoadingScreen.cs +++ b/RecrownedAthenaeum/ScreenSystem/LoadingScreen.cs @@ -1,9 +1,7 @@  using Microsoft.Xna.Framework; -using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using System; -using System.Diagnostics; namespace RecrownedAthenaeum.ScreenSystem { diff --git a/RecrownedAthenaeum/ScreenSystem/Screen.cs b/RecrownedAthenaeum/ScreenSystem/Screen.cs index 6f4852b..d9ed656 100644 --- a/RecrownedAthenaeum/ScreenSystem/Screen.cs +++ b/RecrownedAthenaeum/ScreenSystem/Screen.cs @@ -1,11 +1,7 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using RecrownedAthenaeum.Camera; -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.ScreenSystem { diff --git a/RecrownedAthenaeum/ScreenSystem/ScreenManager.cs b/RecrownedAthenaeum/ScreenSystem/ScreenManager.cs index 28544e8..e364053 100644 --- a/RecrownedAthenaeum/ScreenSystem/ScreenManager.cs +++ b/RecrownedAthenaeum/ScreenSystem/ScreenManager.cs @@ -1,14 +1,8 @@ -using Microsoft.Win32.SafeHandles; -using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using RecrownedAthenaeum.Camera; using System; -using System.Collections.Generic; using System.Diagnostics; -using System.Linq; -using System.Runtime.InteropServices; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.ScreenSystem { diff --git a/RecrownedAthenaeum/UI/Book/Book.cs b/RecrownedAthenaeum/UI/Book/Book.cs index 4e460c7..105b54d 100644 --- a/RecrownedAthenaeum/UI/Book/Book.cs +++ b/RecrownedAthenaeum/UI/Book/Book.cs @@ -1,11 +1,8 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using RecrownedAthenaeum.Camera; -using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Book { diff --git a/RecrownedAthenaeum/UI/Book/Page.cs b/RecrownedAthenaeum/UI/Book/Page.cs index 1b2a00b..97f602f 100644 --- a/RecrownedAthenaeum/UI/Book/Page.cs +++ b/RecrownedAthenaeum/UI/Book/Page.cs @@ -1,12 +1,4 @@ -using Microsoft.Xna.Framework; -using Microsoft.Xna.Framework.Graphics; -using RecrownedAthenaeum.UI.Modular; -using RecrownedAthenaeum.Camera; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using RecrownedAthenaeum.UI.Modular; namespace RecrownedAthenaeum.UI.Book { diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Image.cs b/RecrownedAthenaeum/UI/Modular/Modules/Image.cs index e7b42ab..db477f3 100644 --- a/RecrownedAthenaeum/UI/Modular/Modules/Image.cs +++ b/RecrownedAthenaeum/UI/Modular/Modules/Image.cs @@ -1,12 +1,7 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using RecrownedAthenaeum.DataTypes; -using RecrownedAthenaeum.UI.Modular; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Modular.Modules { diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs b/RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs index a9c3122..138c103 100644 --- a/RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs +++ b/RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs @@ -1,13 +1,7 @@ using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; -using RecrownedAthenaeum.UI.Modular; using RecrownedAthenaeum.DataTypes; using RecrownedAthenaeum.Input; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using RecrownedAthenaeum.UI.Skin.Definitions; namespace RecrownedAthenaeum.UI.Modular.Modules.Interactive diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Interactive/TextButton.cs b/RecrownedAthenaeum/UI/Modular/Modules/Interactive/TextButton.cs index a1fea17..a1a30e3 100644 --- a/RecrownedAthenaeum/UI/Modular/Modules/Interactive/TextButton.cs +++ b/RecrownedAthenaeum/UI/Modular/Modules/Interactive/TextButton.cs @@ -1,13 +1,6 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; -using RecrownedAthenaeum.UI.Modular.Modules; using RecrownedAthenaeum.DataTypes; -using RecrownedAthenaeum.UI.Modular.Modules.Interactive; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using RecrownedAthenaeum.UI.Skin.Definitions; namespace RecrownedAthenaeum.UI.Modular.Modules.Interactive diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Text.cs b/RecrownedAthenaeum/UI/Modular/Modules/Text.cs index 140d658..9f6943e 100644 --- a/RecrownedAthenaeum/UI/Modular/Modules/Text.cs +++ b/RecrownedAthenaeum/UI/Modular/Modules/Text.cs @@ -1,13 +1,7 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; -using RecrownedAthenaeum.Camera; -using RecrownedAthenaeum.UI.Skin; using RecrownedAthenaeum.UI.Skin.Definitions; -using System; -using System.Collections.Generic; -using System.Linq; using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Modular.Modules { diff --git a/RecrownedAthenaeum/UI/Modular/UIModule.cs b/RecrownedAthenaeum/UI/Modular/UIModule.cs index 883e562..b5fe5fe 100644 --- a/RecrownedAthenaeum/UI/Modular/UIModule.cs +++ b/RecrownedAthenaeum/UI/Modular/UIModule.cs @@ -1,13 +1,8 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; -using RecrownedAthenaeum.Camera; using RecrownedAthenaeum.Input; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Modular { diff --git a/RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs b/RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs index c5a23d8..2609d92 100644 --- a/RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs +++ b/RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs @@ -1,13 +1,9 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using RecrownedAthenaeum.Camera; -using RecrownedAthenaeum.Input; namespace RecrownedAthenaeum.UI.Modular { diff --git a/RecrownedAthenaeum/UI/Skin/Definitions/ButtonSkinDefinition.cs b/RecrownedAthenaeum/UI/Skin/Definitions/ButtonSkinDefinition.cs index 7347a97..413098e 100644 --- a/RecrownedAthenaeum/UI/Skin/Definitions/ButtonSkinDefinition.cs +++ b/RecrownedAthenaeum/UI/Skin/Definitions/ButtonSkinDefinition.cs @@ -1,9 +1,5 @@ using RecrownedAthenaeum.UI.Modular.Modules.Interactive; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Skin.Definitions { diff --git a/RecrownedAthenaeum/UI/Skin/Definitions/ISkinDefinition.cs b/RecrownedAthenaeum/UI/Skin/Definitions/ISkinDefinition.cs index d00f98c..db6506c 100644 --- a/RecrownedAthenaeum/UI/Skin/Definitions/ISkinDefinition.cs +++ b/RecrownedAthenaeum/UI/Skin/Definitions/ISkinDefinition.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Skin.Definitions { diff --git a/RecrownedAthenaeum/UI/Skin/Definitions/TextButtonSkinDefinition.cs b/RecrownedAthenaeum/UI/Skin/Definitions/TextButtonSkinDefinition.cs index 5ff7d93..72ee626 100644 --- a/RecrownedAthenaeum/UI/Skin/Definitions/TextButtonSkinDefinition.cs +++ b/RecrownedAthenaeum/UI/Skin/Definitions/TextButtonSkinDefinition.cs @@ -1,9 +1,5 @@ using RecrownedAthenaeum.UI.Modular.Modules.Interactive; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Skin.Definitions { diff --git a/RecrownedAthenaeum/UI/Skin/Definitions/TextSkinDefinition.cs b/RecrownedAthenaeum/UI/Skin/Definitions/TextSkinDefinition.cs index ff3e253..f8b3b1b 100644 --- a/RecrownedAthenaeum/UI/Skin/Definitions/TextSkinDefinition.cs +++ b/RecrownedAthenaeum/UI/Skin/Definitions/TextSkinDefinition.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using static System.Net.Mime.MediaTypeNames; namespace RecrownedAthenaeum.UI.Skin.Definitions diff --git a/RecrownedAthenaeum/UI/Skin/Skin.cs b/RecrownedAthenaeum/UI/Skin/Skin.cs index fdfde56..90f539e 100644 --- a/RecrownedAthenaeum/UI/Skin/Skin.cs +++ b/RecrownedAthenaeum/UI/Skin/Skin.cs @@ -4,9 +4,6 @@ using RecrownedAthenaeum.DataTypes; using RecrownedAthenaeum.UI.Skin.Definitions; using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace RecrownedAthenaeum.UI.Skin {