mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 21:14:04 +09:00
console command dictionary is now automatically filled using reflection
This commit is contained in:
@@ -5,6 +5,7 @@ import com.badlogic.gdx.Gdx
|
||||
/**
|
||||
* Created by minjaesong on 2016-01-15.
|
||||
*/
|
||||
@ConsoleAlias("qqq")
|
||||
internal object QuitApp : ConsoleCommand {
|
||||
|
||||
override fun execute(args: Array<String>) {
|
||||
|
||||
Reference in New Issue
Block a user