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,6 +1,7 @@
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Newtonsoft.Json;
using RecrownedAthenaeum.Serializable;
namespace RecrownedAthenaeum.Pipeline
{