mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
import net.torvald.terrarum.ModMgr
|
|
|
|
/**
|
|
* Created by minjaesong on 2017-04-26.
|
|
*/
|
|
|
|
static void invoke(String module) {
|
|
ModMgr.GameBlockLoader.invoke(module)
|
|
ModMgr.GameItemLoader.invoke(module)
|
|
ModMgr.GameLanguageLoader.invoke(module)
|
|
}
|