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

This commit is contained in:
minjaesong
2019-02-16 01:32:17 +09:00
parent 6b44e01939
commit e06e9ef733
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()
}