1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:33:20 +08:00

Mark IScoreInfo implementation with region

This commit is contained in:
Bartłomiej Dach 2021-10-30 15:08:45 +02:00
parent 8053b2c320
commit e9ba1ea198
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

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
}
}