public Database(MrPing mrPing, IBotMethods botMethods) { activeChallenges = new List <Challenge>(); stats = new ServerStats(); this.mrPing = mrPing; this.botMethods = botMethods; LoadDatabase(); }
public MrPingListener(MrPing mrPing) { this.mrPing = mrPing; }