game item to load its own image if needed; common resource pool to assist that

This commit is contained in:
minjaesong
2019-03-10 17:46:48 +09:00
parent 9cf30ab3f4
commit 4b91f485a5
21 changed files with 197 additions and 66 deletions

View File

@@ -140,6 +140,8 @@ object ModMgr {
}*/
}
operator fun invoke() { }
private fun checkExistence(module: String) {
if (!moduleInfo.containsKey(module))
throw FileNotFoundException("No such module: $module")