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:
@ -11,7 +11,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
internal class ToolbarOverlayToggleButton : ToolbarButton
|
||||
{
|
||||
private Box stateBackground;
|
||||
private readonly Box stateBackground;
|
||||
|
||||
private OverlayContainer stateContainer;
|
||||
|
||||
|
Reference in New Issue
Block a user