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

@ -3,8 +3,10 @@ using UnityEngine;
using RhythmHeavenMania.Util;
namespace RhythmHeavenMania.Games.DJSchool
namespace RhythmHeavenMania.Games
{
using Scripts_DJSchool;
public class DJSchool : Minigame
{
public enum DJVoice

View File

@ -6,7 +6,7 @@ using DG.Tweening;
using RhythmHeavenMania.Util;
using Starpelly;
namespace RhythmHeavenMania.Games.DJSchool
namespace RhythmHeavenMania.Games.Scripts_DJSchool
{
public class Student : PlayerActionObject
{