mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
new save format wip (no branching on this commit)
This commit is contained in:
@@ -34,7 +34,7 @@ object ImportWorld : ConsoleCommand {
|
||||
Echo("Usage: Importworld filename-without-extension")
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
object ImportActor : ConsoleCommand {
|
||||
override fun execute(args: Array<String>) {
|
||||
if (args.size == 2) {
|
||||
@@ -56,4 +56,4 @@ object ImportActor : ConsoleCommand {
|
||||
override fun printUsage() {
|
||||
Echo("Usage: Importactor filename-without-extension")
|
||||
}
|
||||
}
|
||||
}*/
|
||||
Reference in New Issue
Block a user