Ejemplo n.º 1
0
 public void BotLoad(ChatBot b)
 {
     b.SetHandler(this);
     bots.Add(b);
     b.Initialize();
     if (this.handler != null)
     {
         b.AfterGameJoined();
     }
     Settings.SingleCommand = "";
 }
 public void BotLoad(ChatBot b)
 {
     b.SetHandler(this); bots.Add(b); b.Initialize(); Settings.SingleCommand = "";
 }
Ejemplo n.º 3
0
 public void BotLoad(ChatBot b)
 {
     b.SetHandler(this); bots.Add(b); b.Initialize(); Settings.SingleCommand = "";
 }
Ejemplo n.º 4
0
 public void BotLoad(ChatBot b)
 {
     b.SetHandler(this);
     bots.Add(b);
     b.Initialize();
     if (this.handler != null)
     {
         b.AfterGameJoined();
     }
     Settings.SingleCommand = "";
 }