refactors

This commit is contained in:
2019-01-22 19:31:15 -06:00
parent 2502556b33
commit 242d6013c0
11 changed files with 20 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
using Microsoft.Xna.Framework.Input;
namespace RecrownedAthenaeum.Preferences
namespace RhythmBullet.Preferences
{
public class Controls
{

View File

@@ -1,7 +1,7 @@
using System;
using RecrownedAthenaeum.SpecialTypes;
using RecrownedAthenaeum.SpecialTypes;
using System;
namespace RecrownedAthenaeum.Preferences
namespace RhythmBullet.Preferences
{
public class General
{