Example #1
0
 public void IdentifyOpponent(string id)
 {
     Opponent = new OpponentMockBot(id);
 }
Example #2
0
 public void IdentifyBot(string id)
 {
     Bot = new BotCommunicationInterface(id, bot);
 }