mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 00:26:07 +09:00
still wip modularisation, game somehow boots
This commit is contained in:
11
assets/modules/basegame/basegame_groovy_delete_pending
Normal file
11
assets/modules/basegame/basegame_groovy_delete_pending
Normal file
@@ -0,0 +1,11 @@
|
||||
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)
|
||||
}
|
||||
Reference in New Issue
Block a user