Example #1
0
 public void TurnOffAll()
 {
     if (botType == BotType.Main)
     {
         VipRoleGiveaway.Stop();
         WantPlayAutoRemoving.Stop();
         LevelCounter.Stop();
         TopUpdating.Stop();
     }
 }
Example #2
0
 public void RunAll()
 {
     if (botType == BotType.Main)
     {
         VipRoleGiveaway.Run();
         WantPlayAutoRemoving.Run();
         LevelCounter.Run();
         TopUpdating.Run();
     }
 }