mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -135,7 +135,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
private class ClearAllButton : ClickableContainer
|
||||
{
|
||||
private OsuSpriteText text;
|
||||
private readonly OsuSpriteText text;
|
||||
|
||||
public ClearAllButton()
|
||||
{
|
||||
|
Reference in New Issue
Block a user