RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.config.model
/
PluginConfig
Plugin
Config
data
class
PluginConfig
(
val
debugMode
:
Boolean
=
false
,
val
patchNoteURL
:
String
=
"https://example.com"
)
Members
Constructors
Plugin
Config
Link copied to clipboard
constructor
(
debugMode
:
Boolean
=
false
,
patchNoteURL
:
String
=
"https://example.com"
)
Properties
debug
Mode
Link copied to clipboard
val
debugMode
:
Boolean
patch
Note
URL
Link copied to clipboard
val
patchNoteURL
:
String