cheat detected notification

This commit is contained in:
minjaesong
2017-12-10 14:32:32 +09:00
parent 02c4a3148b
commit fc5273b00e
5 changed files with 82 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
package net.torvald.terrarum.console
import net.torvald.terrarum.Terrarum
object CheatWarnTest : ConsoleCommand {
override fun execute(args: Array<String>) {
Terrarum.ingame?.uiCheatMotherfuckerNootNoot?.setAsOpen()
}
override fun printUsage() {
}
}

View File

@@ -53,6 +53,7 @@ object CommandDict {
"musictest" to MusicTest,
"spawntapestry" to SpawnTapestry,
"imtest" to JavaIMTest,
"cheatmotherfuckernootnoot" to CheatWarnTest,
/* !! */"exportlayer" to ExportLayerData,