1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 21:00:33 +08:00

Mark IScoreInfo implementation with region

This commit is contained in:
Bartłomiej Dach
2021-10-30 15:08:45 +02:00
Unverified
parent 8053b2c320
commit e9ba1ea198
+4
View File
@@ -250,8 +250,12 @@ namespace osu.Game.Scoring
#endregion
#region Implementation of IScoreInfo
IBeatmapInfo IScoreInfo.Beatmap => BeatmapInfo;
IRulesetInfo IScoreInfo.Ruleset => Ruleset;
bool IScoreInfo.HasReplay => Files.Any();
#endregion
}
}