5 lines
70 B
Kotlin
5 lines
70 B
Kotlin
package space.blokk
|
|
|
|
object Blokk {
|
|
lateinit var server: Server
|
|
}
|