quicksave (part of the autosaving) is working

This commit is contained in:
minjaesong
2021-09-29 16:51:41 +09:00
parent f6eb567385
commit 60a8382f93
18 changed files with 283 additions and 42 deletions

View File

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