mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Graphics.Containers
|
||||
});
|
||||
}
|
||||
|
||||
private Container content;
|
||||
private readonly Container content;
|
||||
private InputManager input;
|
||||
|
||||
protected override Container<Drawable> Content => content;
|
||||
|
Reference in New Issue
Block a user