forgot to add/change the imports after refactor. so here it is.

This commit is contained in:
2019-01-15 17:49:38 -06:00
parent 748de59052
commit 3cb1a5913d
7 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
using Newtonsoft.Json;
using RecrownedAthenaeum.Pipeline.NinePatch;
using RecrownedAthenaeum.Pipeline.TextureAtlas;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;