removed all unused imports.
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using Newtonsoft.Json;
|
||||
using RecrownedAthenaeum.Pipeline.NinePatch;
|
||||
using RecrownedAthenaeum.Pipeline.TextureAtlas;
|
||||
using SixLabors.ImageSharp;
|
||||
using SixLabors.ImageSharp.PixelFormats;
|
||||
using RecrownedAthenaeum.Pipeline.TextureAtlas;
|
||||
using RecrownedAthenaeum.Pipeline.NinePatch;
|
||||
using SixLabors.ImageSharp.Processing;
|
||||
using SixLabors.Primitives;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
|
||||
namespace RecrownedAthenaeum.Tools.TextureAtlas
|
||||
|
@@ -1,9 +1,7 @@
|
||||
using RecrownedAthenaeum.Tools.CommandProcessor;
|
||||
using RecrownedAthenaeum.Tools.TextureAtlas;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace RecrownedAthenaeum.Tools.TextureAtlasTools
|
||||
{
|
||||
|
Reference in New Issue
Block a user