mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 15:46:06 +09:00
8 lines
139 B
Kotlin
8 lines
139 B
Kotlin
package net.torvald.terrarum
|
|
|
|
/**
|
|
* Created by minjaesong on 2018-06-21.
|
|
*/
|
|
abstract class ModuleEntryPoint {
|
|
abstract fun invoke()
|
|
} |