Organization refactor

This commit is contained in:
Jenny Crowe
2022-03-11 21:10:13 -07:00
parent 64a5bd6674
commit 30d2931762
49 changed files with 80 additions and 65 deletions

View File

@ -5,8 +5,10 @@ using NaughtyBezierCurves;
using DG.Tweening;
using RhythmHeavenMania.Util;
namespace RhythmHeavenMania.Games.RhythmRally
namespace RhythmHeavenMania.Games
{
using Scripts_RhythmRally;
public class RhythmRally : Minigame
{
public enum RallySpeed { Slow, Normal, Fast, SuperFast }