Update CheerReaders.cs
Fixed the internal name for cheer readers
This commit is contained in:
parent
f1b3abb18f
commit
7145138cfe
|
@ -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
|
|||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue