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

commonMain.entity.component.UnknownComponent.kt Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package dev.kord.core.entity.component

import dev.kord.core.cache.data.ComponentData

/**
 * A component type unknown to Kord.
 */

public class UnknownComponent(override val data: ComponentData) : Component {

    override fun toString(): String = "UnknownComponent(data=$data)"

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy