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

@@ -3,7 +3,7 @@ using Microsoft.Xna.Framework.Graphics;
using RecrownedAthenaeum.ScreenSystem;
using System;
namespace RecrownedAthenaeum.Screens.Transitions
namespace RhythmBullet.Screens.Transitions
{
internal class FadeAwayTransition : IDisposable, ITransition
{