diff --git a/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs b/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs index 2a75a6c..1d1c2e2 100644 --- a/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs +++ b/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs @@ -1,5 +1,5 @@ using Newtonsoft.Json; -using RecrownedAthenaeum.Pipeline.NinePatch; +using RecrownedAthenaeum.Serializable; 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..b408948 100644 --- a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs +++ b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs @@ -1,6 +1,5 @@ using Newtonsoft.Json; -using RecrownedAthenaeum.Pipeline.NinePatch; -using RecrownedAthenaeum.Pipeline.TextureAtlas; +using RecrownedAthenaeum.Serializable; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing;