PluginDependenciesData

@Serializable
data class PluginDependenciesData(val required: List<String> = emptyList(), val soft: List<String> = emptyList())

プラグインの依存関係情報

Constructors

Link copied to clipboard
constructor(required: List<String> = emptyList(), soft: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard