mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -51,9 +51,9 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
}
|
||||
|
||||
private SpriteText spriteText;
|
||||
private Box box;
|
||||
private Box light;
|
||||
private readonly SpriteText spriteText;
|
||||
private readonly Box box;
|
||||
private readonly Box light;
|
||||
|
||||
public FooterButton()
|
||||
{
|
||||
|
Reference in New Issue
Block a user