Example #1
0
        private void GatherClanStats()
        {
            Logger.Info("Pulling clan stats data");

            var processor = new StatsProcessor();

            processor.GatherClanStats();
        }
Example #2
0
        private void RecordWeeklyClanStats()
        {
            var processor = new StatsProcessor();

            processor.RecordWeeklyClanStats();
        }
Example #3
0
        private void RecordClanChestStats()
        {
            var processor = new StatsProcessor();

            processor.RecordClanChestStats();
        }
Example #4
0
        private void RecordDailyMemberStats()
        {
            var processor = new StatsProcessor();

            processor.RecordDailyMemberStats();;
        }