From 823b210c7598b19b7461ca2b846d769fd92f7b08 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 15 Jan 2019 17:54:58 -0600 Subject: [PATCH] Missed two... visual studios was being weird with autocompleting imports to some cached dll? idk. fixed now though. --- RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs | 2 +- RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;