mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:17:37 +02:00
@ -10,7 +10,7 @@ namespace HeavenStudio.Games.Loaders
|
||||
public static class AgbClapLoader
|
||||
{
|
||||
public static Minigame AddGame(EventCaller eventCaller) {
|
||||
return new Minigame("clappyTrio", "The Clappy Trio", "29E7FF", false, false, new List<GameAction>()
|
||||
return new Minigame("clappyTrio", "The Clappy Trio", "deffff", false, false, new List<GameAction>()
|
||||
{
|
||||
new GameAction("clap", "Clap")
|
||||
{
|
||||
|
Reference in New Issue
Block a user