Update CheerReaders.cs

Fixed the internal name for cheer readers
This commit is contained in:
Jellirby 2022-10-25 16:48:12 -04:00 committed by GitHub
parent f1b3abb18f
commit 7145138cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ using UnityEngine;
namespace HeavenStudio.Games.Loaders
{
using static Minigames;
public static class AgbPanelShowLoader
public static class RvlBooksLoader
{
public static Minigame AddGame(EventCaller eventCaller)
{
@ -19,7 +19,6 @@ namespace HeavenStudio.Games.Loaders
namespace HeavenStudio.Games
{
using Scripts_Fireworks;
public class CheerReaders : Minigame
{
// Start is called before the first frame update
@ -34,4 +33,4 @@ namespace HeavenStudio.Games
}
}
}
}