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:
parent
8053b2c320
commit
e9ba1ea198
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user