From 8421379078f5370c8bdf7007dd7393c0f0ae16bf Mon Sep 17 00:00:00 2001 From: minenice55 Date: Mon, 14 Mar 2022 10:36:19 -0400 Subject: [PATCH] Fan Club: update script to new namespace --- Assets/Scripts/Games/FanClub/FanClub.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Games/FanClub/FanClub.cs b/Assets/Scripts/Games/FanClub/FanClub.cs index 4e877fe9a..07e365aed 100644 --- a/Assets/Scripts/Games/FanClub/FanClub.cs +++ b/Assets/Scripts/Games/FanClub/FanClub.cs @@ -1,9 +1,9 @@ -using RhythmHeavenMania.Util; +using HeavenStudio.Util; using System.Collections; using System.Collections.Generic; using UnityEngine; -namespace RhythmHeavenMania.Games +namespace HeavenStudio.Games { // none yet //using Scripts_FanClub;