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

@@ -7,6 +7,10 @@ description=The base game
# Author of the module
author=Terrarum
# Root package name for the module
# The game will look for certain classes base on this package string, so don't mess up!
package=net.torvald.terrarum.modulebasegame
# Name of the entry script
# Entry script must inherit net.torvald.terrarum.ModuleEntryPoint
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint

View File

@@ -1,6 +1,7 @@
propername=Dwarven Techs
description=Dwarven technicians are emerged from their hiding
author=Terrarum
package=net.torvald.terrarum.modulecomputers
entrypoint=net.torvald.terrarum.modulecomputers.EntryPoint
releasedate=2017-07-14
version=0.2.0