Missed two... visual studios was being weird with autocompleting imports to some cached dll? idk. fixed now though.

This commit is contained in:
Harrison Deng 2019-01-15 17:54:58 -06:00
parent 3cb1a5913d
commit 823b210c75
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
using Newtonsoft.Json;
using RecrownedAthenaeum.Pipeline.NinePatch;
using RecrownedAthenaeum.Serializable;
using RecrownedAthenaeum.Tools.CommandProcessor;
using System;
using System.IO;

View File

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