Exemple #1
0
        public Database(MrPing mrPing, IBotMethods botMethods)
        {
            activeChallenges = new List <Challenge>();
            stats            = new ServerStats();
            this.mrPing      = mrPing;
            this.botMethods  = botMethods;

            LoadDatabase();
        }
Exemple #2
0
 public MrPingListener(MrPing mrPing)
 {
     this.mrPing = mrPing;
 }