Skip to main content

LoadDefaultConfig

Usage​

  • Called when the configuration for a plugin should be initialized
  • Only called if the configuration file does not already exist
  • No return behavior

Examples​

protected override void LoadDefaultConfig()
{
Puts("Default configuration created");
}