Changed from "Initialization Only" to "WIP"
This commit is contained in:
parent
2dec194368
commit
6906bcabb5
|
@ -10,7 +10,7 @@ namespace HeavenStudio.Games.Loaders
|
||||||
{
|
{
|
||||||
public static Minigame AddGame(EventCaller eventCaller)
|
public static Minigame AddGame(EventCaller eventCaller)
|
||||||
{
|
{
|
||||||
return new Minigame("kitties", "Kitties! \n<color=#eb5454>[INITIALIZATION ONLY]</color>", "0058CE", false, false, new List<GameAction>()
|
return new Minigame("kitties", "Kitties! \n<color=#eb5454>[WIP]</color>", "0058CE", false, false, new List<GameAction>()
|
||||||
{
|
{
|
||||||
new GameAction("clap", "Cat Clap")
|
new GameAction("clap", "Cat Clap")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue