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,5 +1,4 @@
using Microsoft.Xna.Framework.Input;
using RecrownedAthenaeum.Persistence;
namespace RecrownedAthenaeum.Preferences
{

View File

@@ -1,7 +1,5 @@
using System;
using System.Xml.Serialization;
using RecrownedAthenaeum.DataTypes;
using RecrownedAthenaeum.Persistence;
namespace RecrownedAthenaeum.Preferences
{