KStarbound/src/main/kotlin/ru/dbotthepony/kstarbound/lua/CommonHandleRegistry.kt

7 lines
126 B
Kotlin

package ru.dbotthepony.kstarbound.lua
data class CommonHandleRegistry(
val future: LuaHandle,
val pathFinder: LuaHandle,
)