public Bot() { MatchSettings = new MatchSettings(); GameState = new GameState(); Players = new Dictionary<string, PlayerState>(); RouteCommand<BotCommand>(ReceiveCommand); }
public Bot() { MatchSettings = new MatchSettings(); GameState = new GameState(); Players = new Dictionary <string, PlayerState>(); RouteCommand <BotCommand>(ReceiveCommand); }