mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
{
|
||||
public class DrawableRank : Container
|
||||
{
|
||||
private Sprite sprite;
|
||||
private readonly Sprite sprite;
|
||||
|
||||
public ScoreRank Rank { get; private set; }
|
||||
|
||||
|
Reference in New Issue
Block a user