mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 14:27:37 +02:00
@ -10,7 +10,7 @@ namespace HeavenStudio.Games.Loaders
|
||||
public static class NtrDjLoader
|
||||
{
|
||||
public static Minigame AddGame(EventCaller eventCaller) {
|
||||
return new Minigame("djSchool", "DJ School", "008c97", false, false, new List<GameAction>()
|
||||
return new Minigame("djSchool", "DJ School", "3fd0ff", false, false, new List<GameAction>()
|
||||
{
|
||||
new GameAction("bop", "Bop")
|
||||
{
|
||||
|
Reference in New Issue
Block a user