cleaned up residue errors from refactoring in other project

This commit is contained in:
2018-12-04 23:37:05 -06:00
parent d92f036a5d
commit e0959b2578
10 changed files with 25 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
using Microsoft.Xna.Framework.Input;
using RecrownedAthenaeum.sdfoieroiesopeopweir.Persistence;
using RecrownedAthenaeum.Persistence;
namespace RecrownedAthenaeum.Preferences
{
public class Controls : sdfoieroiesopeopweir.Persistence.Preferences
public class Controls : Persistence.Preferences
{
public Keys Forward = Keys.Up;
public Keys Backward = Keys.Down;

View File

@@ -1,11 +1,11 @@
using System;
using System.Xml.Serialization;
using RecrownedAthenaeum.sdfoieroiesopeopweir.DataTypes;
using RecrownedAthenaeum.sdfoieroiesopeopweir.Persistence;
using RecrownedAthenaeum.DataTypes;
using RecrownedAthenaeum.Persistence;
namespace RecrownedAthenaeum.Preferences
{
public class General : sdfoieroiesopeopweir.Persistence.Preferences
public class General : Persistence.Preferences
{
public Resolution Resolution = new Resolution(1920, 1080);
public bool Fullscreen = false;