mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
completely abolishing GSON; new save format impl wip
This commit is contained in:
@@ -62,6 +62,8 @@ object ModMgr {
|
||||
val moduleInfo = HashMap<String, ModuleMetadata>()
|
||||
val entryPointClasses = ArrayList<ModuleEntryPoint>()
|
||||
|
||||
val loadOrder = ArrayList<String>()
|
||||
|
||||
init {
|
||||
// load modules
|
||||
val loadOrderCSVparser = CSVParser.parse(
|
||||
@@ -75,6 +77,7 @@ object ModMgr {
|
||||
|
||||
loadOrder.forEachIndexed { index, it ->
|
||||
val moduleName = it[0]
|
||||
this.loadOrder.add(moduleName)
|
||||
printmsg(this, "Loading module $moduleName")
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user