public RaidBot(PokeBotConfig cfg, RaidSettings raid, IDumper folder, BotCompleteCounts counts) : base(cfg) { Settings = raid; Dump = folder; Counts = counts; ldn = Settings.UseLdnMitm; }
public RaidBot(PokeBotConfig cfg, PokeTradeHub <PK8> hub) : base(cfg) { Hub = hub; Settings = Hub.Config.Raid; Dump = Hub.Config.Folder; Counts = Hub.Counts; ldn = Settings.UseLdnMitm; }
public RaidBot(PokeBotConfig cfg, PokeTradeHub <PK8> hub) : base(cfg) { Hub = hub; Settings = hub.Config.Raid; Dump = hub.Config.Folder; Counts = hub.Counts; ldn = Settings.UseLdnMitm; RaidLog = Settings.RaidLog; FriendCode = Settings.FriendCode; Roll = Settings.AutoRoll; FRBoth = Settings.FriendCombined; FRAdd = Settings.FriendAdd; FriendRemoveCount = Settings.FriendPurge; }
public RaidBot(PokeBotState cfg, PokeTradeHub <PK8> hub) : base(cfg) { Hub = hub; Settings = hub.Config.Raid; }
public RaidBot(PokeBotConfig cfg, PokeTradeHub <PK8> hub) : base(cfg) { Hub = hub; Settings = hub.Config.Raid; Counts = hub.Counts; }