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:
@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
internal class ToolbarUserButton : ToolbarButton, IOnlineComponent
|
||||
{
|
||||
private Avatar avatar;
|
||||
private readonly Avatar avatar;
|
||||
|
||||
public ToolbarUserButton()
|
||||
{
|
||||
|
Reference in New Issue
Block a user