mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 07:06:06 +09:00
new basicinfo ui; each module should be dispose()-able
This commit is contained in:
@@ -5,4 +5,5 @@ package net.torvald.terrarum
|
||||
*/
|
||||
abstract class ModuleEntryPoint {
|
||||
abstract fun invoke()
|
||||
abstract fun dispose()
|
||||
}
|
||||
Reference in New Issue
Block a user