Exemplo n.º 1
0
 public Bot()
 {
     MatchSettings = new MatchSettings();
     GameState = new GameState();
     Players = new Dictionary<string, PlayerState>();
     RouteCommand<BotCommand>(ReceiveCommand);
 }
Exemplo n.º 2
0
        public Bot()
        {
            MatchSettings = new MatchSettings();
            GameState     = new GameState();
            Players       = new Dictionary <string, PlayerState>();

            RouteCommand <BotCommand>(ReceiveCommand);
        }