Removed \n<color=#eb5454>[WIP]</color>
Removed \n<color=#eb5454>[WIP]</color>
This commit is contained in:
parent
5c498aa4df
commit
482f072d9f
|
|
@ -10,7 +10,7 @@ namespace HeavenStudio.Games.Loaders
|
||||||
public static class RvlClapTrapLoader
|
public static class RvlClapTrapLoader
|
||||||
{
|
{
|
||||||
public static Minigame AddGame(EventCaller eventCaller) {
|
public static Minigame AddGame(EventCaller eventCaller) {
|
||||||
return new Minigame("clapTrap", "Clap Trap \n<color=#eb5454>[WIP]</color>", "FFf362B", false, false, new List<GameAction>()
|
return new Minigame("clapTrap", "Clap Trap", "FFf362B", false, false, new List<GameAction>()
|
||||||
{
|
{
|
||||||
new GameAction("clap", "Clap")
|
new GameAction("clap", "Clap")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue