mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
game item to load its own image if needed; common resource pool to assist that
This commit is contained in:
@@ -140,6 +140,8 @@ object ModMgr {
|
||||
}*/
|
||||
}
|
||||
|
||||
operator fun invoke() { }
|
||||
|
||||
private fun checkExistence(module: String) {
|
||||
if (!moduleInfo.containsKey(module))
|
||||
throw FileNotFoundException("No such module: $module")
|
||||
|
||||
Reference in New Issue
Block a user