Ejemplo n.º 1
0
 public SimBot(BotClient Client)
 {
     if (!SimObjectImpl.AffordinancesGuessSimObjectTypes)
     {
         Client.DisplayNotificationInChat("SimBot: make sure you set SimObjectImpl:AffordinancesGuessSimObjectTypes = true;");
     }
 }