mirror of https://github.com/ppy/osu
Remove misplaced access modifier in interface specification
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
e9ba1ea198
commit
b63a90966b
|
@ -29,7 +29,7 @@ public interface IScoreInfo : IHasOnlineID<long>
|
|||
|
||||
IRulesetInfo Ruleset { get; }
|
||||
|
||||
public ScoreRank Rank { get; }
|
||||
ScoreRank Rank { get; }
|
||||
|
||||
// Mods is currently missing from this interface as the `IMod` class has properties which can't be fulfilled by `APIMod`,
|
||||
// but also doesn't expose `Settings`. We can consider how to implement this in the future if required.
|
||||
|
|
Loading…
Reference in New Issue