Missed two... visual studios was being weird with autocompleting imports to some cached dll? idk. fixed now though.
This commit is contained in:
parent
3cb1a5913d
commit
823b210c75
@ -1,5 +1,5 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using RecrownedAthenaeum.Pipeline.NinePatch;
|
using RecrownedAthenaeum.Serializable;
|
||||||
using RecrownedAthenaeum.Tools.CommandProcessor;
|
using RecrownedAthenaeum.Tools.CommandProcessor;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using RecrownedAthenaeum.Pipeline.NinePatch;
|
using RecrownedAthenaeum.Serializable;
|
||||||
using RecrownedAthenaeum.Pipeline.TextureAtlas;
|
|
||||||
using SixLabors.ImageSharp;
|
using SixLabors.ImageSharp;
|
||||||
using SixLabors.ImageSharp.PixelFormats;
|
using SixLabors.ImageSharp.PixelFormats;
|
||||||
using SixLabors.ImageSharp.Processing;
|
using SixLabors.ImageSharp.Processing;
|
||||||
|
Loading…
Reference in New Issue
Block a user