Launch Party is no longer [INITIALIZATION ONLY]
This commit is contained in:
parent
7145138cfe
commit
21de2871dd
|
@ -9,7 +9,7 @@ namespace HeavenStudio.Games.Loaders
|
|||
public static class RvlRocketLoader
|
||||
{
|
||||
public static Minigame AddGame(EventCaller eventCaller) {
|
||||
return new Minigame("launch party", "Launch Party \n<color=#eb5454>[INITIALIZATION ONLY]</color>", "184CAA", false, false, new List<GameAction>()
|
||||
return new Minigame("launch party", "Launch Party \n<color=#eb5454>[WIP]</color>", "184CAA", false, false, new List<GameAction>()
|
||||
{
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue