mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +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()
|
|
} |