protected override void LoadConfig()
{
base.LoadConfig();
try
{
config = Config.ReadObject<PluginConfig>();
if (config == null) LoadDefaultConfig();
}
catch
{
PrintWarning("The config file contains an error and has been replaced with the default config.");
LoadDefaultConfig();
}
SaveConfig();
}
error CS1525: Unexpected symbol `void', expecting `class', `delegate', `enum', `interface', `partial', or `struct'
найди эту ошибки и пофикси её
{
base.LoadConfig();
try
{
config = Config.ReadObject<PluginConfig>();
if (config == null) LoadDefaultConfig();
}
catch
{
PrintWarning("The config file contains an error and has been replaced with the default config.");
LoadDefaultConfig();
}
SaveConfig();
}
error CS1525: Unexpected symbol `void', expecting `class', `delegate', `enum', `interface', `partial', or `struct'
найди эту ошибки и пофикси её