Refactor. again.

This commit is contained in:
2019-01-15 17:44:15 -06:00
parent 441a4d1a36
commit 748de59052
12 changed files with 6 additions and 24 deletions

View File

@@ -1,5 +1,4 @@
using Microsoft.Xna.Framework.Content.Pipeline;
using Newtonsoft.Json;
using System.IO;
namespace RecrownedAthenaeum.Pipeline.NinePatch

View File

@@ -1,6 +1,5 @@
using Microsoft.Xna.Framework.Content.Pipeline;
using Newtonsoft.Json;
using System.Text;
namespace RecrownedAthenaeum.Pipeline.NinePatch
{

View File

@@ -1,5 +1,4 @@
using Microsoft.Xna.Framework.Content.Pipeline;
using Newtonsoft.Json;
using System.IO;
using TImport = System.String;

View File

@@ -1,6 +1,5 @@
using Microsoft.Xna.Framework.Content.Pipeline;
using Newtonsoft.Json;
using System.Text;
namespace RecrownedAthenaeum.Pipeline.TextureAtlas
{

View File

@@ -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