mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Modes.UI
|
||||
internal Container<Drawable> ScaledContent;
|
||||
|
||||
protected override Container<Drawable> Content => content;
|
||||
private Container<Drawable> content;
|
||||
private readonly Container<Drawable> content;
|
||||
|
||||
/// <summary>
|
||||
/// A container for keeping track of DrawableHitObjects.
|
||||
|
Reference in New Issue
Block a user