mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Also add realm ruleset count
This commit is contained in:
parent
5ec05a8653
commit
9331c62306
@ -127,6 +127,8 @@ namespace osu.Game.Utils
|
||||
BeatmapSets = realm.All<BeatmapSetInfo>().Count(),
|
||||
Beatmaps = realm.All<BeatmapInfo>().Count(),
|
||||
Files = realm.All<RealmFile>().Count(),
|
||||
Rulesets = realm.All<RulesetInfo>().Count(),
|
||||
RulesetsAvailable = realm.All<RulesetInfo>().Count(r => r.Available),
|
||||
Skins = realm.All<SkinInfo>().Count(),
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user