namespace refactor for R:Athenaeum

This commit is contained in:
2018-12-03 23:05:54 -06:00
parent dd5207b2b3
commit d92f036a5d
14 changed files with 47 additions and 47 deletions

View File

@@ -1,9 +1,9 @@
using Microsoft.Xna.Framework.Input;
using RhythmBullet.Utilities.Persistence;
using RecrownedAthenaeum.sdfoieroiesopeopweir.Persistence;
namespace RhythmBullet.Preferences
namespace RecrownedAthenaeum.Preferences
{
public class Controls : Utilities.Persistence.Preferences
public class Controls : sdfoieroiesopeopweir.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 RhythmBullet.Utilities.DataTypes;
using RhythmBullet.Utilities.Persistence;
using RecrownedAthenaeum.sdfoieroiesopeopweir.DataTypes;
using RecrownedAthenaeum.sdfoieroiesopeopweir.Persistence;
namespace RhythmBullet.Preferences
namespace RecrownedAthenaeum.Preferences
{
public class General : Utilities.Persistence.Preferences
public class General : sdfoieroiesopeopweir.Persistence.Preferences
{
public Resolution Resolution = new Resolution(1920, 1080);
public bool Fullscreen = false;