The biggest of boi refactors

This commit is contained in:
Jenny Crowe
2022-03-14 07:21:05 -07:00
parent 95a04168ec
commit 9f7b8ee278
118 changed files with 186 additions and 186 deletions

View File

@ -2,7 +2,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace RhythmHeavenMania
namespace HeavenStudio
{
public class Prologue : MonoBehaviour
{

View File

@ -5,9 +5,9 @@ using UnityEngine.UI;
using TMPro;
using DG.Tweening;
using RhythmHeavenMania.Util;
using HeavenStudio.Util;
namespace RhythmHeavenMania
namespace HeavenStudio
{
public class Rating : MonoBehaviour
{