console command dictionary is now automatically filled using reflection

This commit is contained in:
minjaesong
2021-08-29 20:36:11 +09:00
parent 3fc6e28c4d
commit c610bd1ac6
28 changed files with 143 additions and 91 deletions

View File

@@ -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>) {