public GameAI(GameClient game, Duel duel) { Game = game; Duel = duel; Utils = new AIFunctions(duel); _dialogs = new Dialogs(game); }
public GameAI(AIGameClient game, Duel duel) { Game = game; Connection = game.Connection; Duel = duel; Utils = new AIFunctions(duel); _dialogs = new Dialogs(game); }