Configuration
Default Values
Defaults.GetDefaultColor("BACKGROUND");
Defaults.GetDefaultTextColor("TEXT_COLOR");
Defaults.GetDefaultValue<string>("LOG_FILE");Custom Configurations
var theme = MossConfig.Get<string>("theme");var theme = MossExtension.Instance.Config.themeImportant
Last updated
Was this helpful?