PluginConfig

data class PluginConfig(val debugMode: Boolean = false, val patchNoteURL: String = "https://example.com")

Constructors

Link copied to clipboard
constructor(debugMode: Boolean = false, patchNoteURL: String = "https://example.com")

Properties

Link copied to clipboard
Link copied to clipboard