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

            RouteCommand <BotCommand>(ReceiveCommand);
        }