public GamerEntity(string id, IBotProxy bot) { _devicedId = id; input = new GamerInput(); mPlayerNameList = new Dictionary <int, string>(); botProxy = bot; }
public GamerEntity(string id) { _devicedId = id; input = new GamerInput(); mPlayerNameList = new Dictionary <int, string>(); botProxy = new ConsoleBotProxy(); }