Make field read only

This commit is contained in:
Dean Herbert 2020-10-14 19:16:25 +09:00
parent a7f8e26e35
commit 98acf1e31d

View File

@ -63,7 +63,7 @@ namespace osu.Game.Screens.Play
private readonly Container topScoreContainer;
private FillFlowContainer bottomRightElements;
private readonly FillFlowContainer bottomRightElements;
private IEnumerable<Drawable> hideTargets => new Drawable[] { visibilityContainer, KeyCounter };