diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs
index c1a9ef2..7410188 100644
--- a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs
+++ b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs
@@ -1,5 +1,4 @@
using Microsoft.Xna.Framework.Content.Pipeline;
-using Newtonsoft.Json;
using System.IO;
namespace RecrownedAthenaeum.Pipeline.NinePatch
diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs
index cc6aec6..79f4df8 100644
--- a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs
+++ b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs
@@ -1,6 +1,5 @@
using Microsoft.Xna.Framework.Content.Pipeline;
using Newtonsoft.Json;
-using System.Text;
namespace RecrownedAthenaeum.Pipeline.NinePatch
{
diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasImporter.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasImporter.cs
index 19d7135..1ce122e 100644
--- a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasImporter.cs
+++ b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasImporter.cs
@@ -1,5 +1,4 @@
using Microsoft.Xna.Framework.Content.Pipeline;
-using Newtonsoft.Json;
using System.IO;
using TImport = System.String;
diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs
index fa61b19..aabaf8b 100644
--- a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs
+++ b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs
@@ -1,6 +1,5 @@
using Microsoft.Xna.Framework.Content.Pipeline;
using Newtonsoft.Json;
-using System.Text;
namespace RecrownedAthenaeum.Pipeline.TextureAtlas
{
diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs
index d1fd5b5..30b2f32 100644
--- a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs
+++ b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs
@@ -1,7 +1,6 @@
using Microsoft.Xna.Framework.Content.Pipeline;
using Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler;
using Newtonsoft.Json;
-using System;
using TWrite = RecrownedAthenaeum.Pipeline.TextureAtlas.TextureAtlasData;
namespace RecrownedAthenaeum.Pipeline.TextureAtlas
diff --git a/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs b/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs
index 2a75a6c..67a06c1 100644
--- a/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs
+++ b/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs
@@ -1,5 +1,4 @@
using Newtonsoft.Json;
-using RecrownedAthenaeum.Pipeline.NinePatch;
using RecrownedAthenaeum.Tools.CommandProcessor;
using System;
using System.IO;
diff --git a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs
index 77a406b..0b690b9 100644
--- a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs
+++ b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs
@@ -1,6 +1,4 @@
using Newtonsoft.Json;
-using RecrownedAthenaeum.Pipeline.NinePatch;
-using RecrownedAthenaeum.Pipeline.TextureAtlas;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
diff --git a/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs b/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs
index bcaaaaf..d56df70 100644
--- a/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs
+++ b/RecrownedAthenaeum/Pipeline/TextureAtlasDataReader.cs
@@ -1,9 +1,6 @@
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Newtonsoft.Json;
-using RecrownedAthenaeum.Pipeline.NinePatch;
-using RecrownedAthenaeum.Pipeline.TextureAtlas;
-using System.Text;
namespace RecrownedAthenaeum.Pipeline
{
diff --git a/RecrownedAthenaeum/RecrownedAthenaeum.csproj b/RecrownedAthenaeum/RecrownedAthenaeum.csproj
index 3dd30f5..84589a6 100644
--- a/RecrownedAthenaeum/RecrownedAthenaeum.csproj
+++ b/RecrownedAthenaeum/RecrownedAthenaeum.csproj
@@ -67,9 +67,9 @@
-
+
-
+
@@ -91,7 +91,7 @@
-
+
diff --git a/RecrownedAthenaeum/Pipeline/NinePatchData.cs b/RecrownedAthenaeum/Serializable/NinePatchData.cs
similarity index 92%
rename from RecrownedAthenaeum/Pipeline/NinePatchData.cs
rename to RecrownedAthenaeum/Serializable/NinePatchData.cs
index f88d1b4..ea8e752 100644
--- a/RecrownedAthenaeum/Pipeline/NinePatchData.cs
+++ b/RecrownedAthenaeum/Serializable/NinePatchData.cs
@@ -1,6 +1,4 @@
-using RecrownedAthenaeum.Pipeline.TextureAtlas;
-
-namespace RecrownedAthenaeum.Pipeline
+namespace RecrownedAthenaeum.Serializable
{
///
/// Represents a data structure for 9patches.
diff --git a/RecrownedAthenaeum/UI/Skin/SkinData.cs b/RecrownedAthenaeum/Serializable/SkinData.cs
similarity index 93%
rename from RecrownedAthenaeum/UI/Skin/SkinData.cs
rename to RecrownedAthenaeum/Serializable/SkinData.cs
index 9939a0c..9dd81b0 100644
--- a/RecrownedAthenaeum/UI/Skin/SkinData.cs
+++ b/RecrownedAthenaeum/Serializable/SkinData.cs
@@ -1,11 +1,6 @@
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
+namespace RecrownedAthenaeum.Serializable
{
///
/// Data transfer object for game skins.
diff --git a/RecrownedAthenaeum/Pipeline/TextureAtlasData.cs b/RecrownedAthenaeum/Serializable/TextureAtlasData.cs
similarity index 98%
rename from RecrownedAthenaeum/Pipeline/TextureAtlasData.cs
rename to RecrownedAthenaeum/Serializable/TextureAtlasData.cs
index 034a3c7..f3ce9b5 100644
--- a/RecrownedAthenaeum/Pipeline/TextureAtlasData.cs
+++ b/RecrownedAthenaeum/Serializable/TextureAtlasData.cs
@@ -1,6 +1,6 @@
using Microsoft.Xna.Framework;
-namespace RecrownedAthenaeum.Pipeline
+namespace RecrownedAthenaeum.Serializable
{
///
/// Data transfer object for a texture atlas.