mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:37:37 +02:00
@ -14,7 +14,7 @@ namespace HeavenStudio.Games.Loaders
|
||||
{
|
||||
public static Minigame AddGame(EventCaller e)
|
||||
{
|
||||
return new Minigame("airRally", "Air Rally", "008c97", false, false, new List<GameAction>()
|
||||
return new Minigame("airRally", "Air Rally", "b5ffff", false, false, new List<GameAction>()
|
||||
{
|
||||
new GameAction("set distance", "Set Distance")
|
||||
{
|
||||
|
Reference in New Issue
Block a user