namespace refactor for R:Athenaeum
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user