mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
console command dictionary is now automatically filled using reflection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user