new basicinfo ui; each module should be dispose()-able

This commit is contained in:
minjaesong
2019-02-16 01:32:17 +09:00
parent f8d4d284d6
commit 66fdb6ab5d
8 changed files with 133 additions and 169 deletions

View File

@@ -5,4 +5,5 @@ package net.torvald.terrarum
*/
abstract class ModuleEntryPoint {
abstract fun invoke()
abstract fun dispose()
}