All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.molumn.catrix.kommand.KommandContent.kt Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package io.github.molumn.catrix.kommand

data class KommandContent(
    val name: String,
    val string: String,
    val content: T
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy