load game ui to show human-readable timestamp

This commit is contained in:
minjaesong
2021-09-11 19:14:23 +09:00
parent b4813a1ebe
commit c9753a118d
4 changed files with 29 additions and 10 deletions

View File

@@ -24,7 +24,8 @@ internal object CommandInterpreter {
"screenshot",
"resize",
"echo",
"error"
"error",
"seed"
)
internal fun execute(command: String) {