still wip modularisation, game somehow boots

This commit is contained in:
minjaesong
2018-06-21 17:33:22 +09:00
parent 391cbcff34
commit ac09fa50e2
266 changed files with 2409 additions and 1122 deletions

View File

@@ -0,0 +1,8 @@
package net.torvald.terrarum
/**
* Created by minjaesong on 2018-06-21.
*/
abstract class ModuleEntryPoint {
abstract fun invoke()
}