initial savefile generation of the newgame

This commit is contained in:
minjaesong
2021-09-29 12:38:08 +09:00
parent f4a4030260
commit 2891d0466e
21 changed files with 1456 additions and 83 deletions

View File

@@ -56,7 +56,7 @@ object Save : ConsoleCommand {
}
override fun printUsage() {
Echo("Usage: save <filename>")
Echo("Usage: save <new-savegame-name>")
}
}