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,7 +1,7 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using RhythmBullet.Utilities.UI;
using RhythmBullet.Utilities.ScreenSystem;
using RecrownedAthenaeum.sdfoieroiesopeopweir.UI;
using RecrownedAthenaeum.sdfoieroiesopeopweir.ScreenSystem;
using System;
using System.Collections.Generic;
using System.Diagnostics;
@@ -9,7 +9,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Screens.Transitions
namespace RecrownedAthenaeum.Screens.Transitions
{
internal class FadeAwayTransition : IDisposable, ITransition
{