removed unused imports and applied minor changes from RA.

This commit is contained in:
2019-01-14 20:06:17 -06:00
parent 104a759e9f
commit d02230c593
13 changed files with 10 additions and 60 deletions

View File

@@ -1,9 +1,4 @@
using RecrownedAthenaeum.ContentSystem;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RecrownedAthenaeum.ContentResolvers
{

View File

@@ -1,11 +1,5 @@
using RecrownedAthenaeum.Preferences;
using RecrownedAthenaeum.ContentSystem;
using RecrownedAthenaeum.ContentSystem;
using RecrownedAthenaeum.DataTypes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RecrownedAthenaeum.ContentResolvers
{