mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
console command dictionary is now automatically filled using reflection
This commit is contained in:
@@ -15,4 +15,7 @@ interface ConsoleCommand {
|
||||
|
||||
fun printUsage()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
annotation class ConsoleAlias(val aliasesCSV: String)
|
||||
annotation class ConsoleNoExport()
|
||||
Reference in New Issue
Block a user