me.obsilabor.pistonmetakt.data.pistondata.ClientX.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of piston-meta-kt Show documentation
Show all versions of piston-meta-kt Show documentation
Kotlin library to interact with mojangs launchermeta and "piston-data" api
package me.obsilabor.pistonmetakt.data.pistondata
import kotlinx.serialization.Serializable
@Serializable
data class ClientX(
val argument: String,
val `file`: File,
val type: String
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy