From e2bfd952f595fb56ede15f663158fff75b6fd3e9 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 17 Apr 2020 22:09:31 -0500 Subject: [PATCH] Updated imports. --- RecrownedGTK.Tools/NinePatchTools/NinePatchCommand.cs | 2 +- RecrownedGTK.Tools/TextureAtlasTools/TexturePacker.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RecrownedGTK.Tools/NinePatchTools/NinePatchCommand.cs b/RecrownedGTK.Tools/NinePatchTools/NinePatchCommand.cs index 40fc301..8829660 100644 --- a/RecrownedGTK.Tools/NinePatchTools/NinePatchCommand.cs +++ b/RecrownedGTK.Tools/NinePatchTools/NinePatchCommand.cs @@ -1,5 +1,5 @@ using Newtonsoft.Json; -using RecrownedGTK.Pipeline.Information; +using RecrownedGTK.AssetsSystem.Information; using RecrownedGTK.Tools.CommandProcessor; using System; using System.IO; diff --git a/RecrownedGTK.Tools/TextureAtlasTools/TexturePacker.cs b/RecrownedGTK.Tools/TextureAtlasTools/TexturePacker.cs index aee3d07..4c04fa5 100644 --- a/RecrownedGTK.Tools/TextureAtlasTools/TexturePacker.cs +++ b/RecrownedGTK.Tools/TextureAtlasTools/TexturePacker.cs @@ -1,5 +1,5 @@ using Newtonsoft.Json; -using RecrownedGTK.Pipeline.Information; +using RecrownedGTK.AssetsSystem.Information; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing;