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:
@ -35,9 +35,9 @@ namespace osu.Game.Overlays.Notifications
|
||||
public virtual bool DisplayOnTop => true;
|
||||
|
||||
protected NotificationLight Light;
|
||||
private CloseButton closeButton;
|
||||
private readonly CloseButton closeButton;
|
||||
protected Container IconContent;
|
||||
private Container content;
|
||||
private readonly Container content;
|
||||
|
||||
protected override Container<Drawable> Content => content;
|
||||
|
||||
|
Reference in New Issue
Block a user