rudimentary savegame load order disp

This commit is contained in:
minjaesong
2023-09-11 13:38:02 +09:00
parent 661fae488d
commit db8cfca125
4 changed files with 100 additions and 6 deletions

View File

@@ -474,6 +474,10 @@ object ModMgr {
entryPointClasses.forEach { it.dispose() }
}
fun getLoadOrderTextForSavegame(): String {
return loadOrder.map { "$it ${moduleInfo[it]!!.version}" }.joinToString("\n")
}
object GameBlockLoader {
init {