示例#1
0
 /// <summary>
 /// Overwrites the current Instance with the given new version.
 /// </summary>
 /// <param name="settings"></param>
 public static void Overwrite(BotBase settings)
 {
     _botBase = settings;
 }
示例#2
0
 /// <summary>
 /// Reloads the settings.
 /// </summary>
 public static void Reload()
 {
     _botBase = new BotBase("Settings");
 }