Пример #1
0
 /// <summary>
 /// Initialises a new instance of the <see cref="GiveawayTest"/> class.
 /// </summary>
 /// <param name="fixture"><see cref="GiveawayFixture"/> instance.</param>
 public GiveawayTest(GiveawayFixture fixture)
 {
     this._filepath = fixture.FilePath;
     this._giveaway = fixture.Giveaway;
 }
Пример #2
0
 public PokeTradeBot(PokeTradeHub <PK8> hub, PokeBotConfig cfg) : base(cfg)
 {
     Hub             = hub;
     DumpSetting     = hub.Config.Folder;
     GiveawaySetting = hub.Config.Giveaway;
 }