Exemplo n.º 1
0
 public void IdentifyOpponent(string id)
 {
     Opponent = new OpponentMockBot(id);
 }
Exemplo n.º 2
0
 public void IdentifyBot(string id)
 {
     Bot = new BotCommunicationInterface(id, bot);
 }