mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
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 @@ namespace osu.Game.Scoring
|
||||
|
||||
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
Block a user