mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -19,8 +19,9 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private SampleChannel sample;
|
||||
private double lastSampleTime;
|
||||
|
||||
private Nub nub;
|
||||
private Box leftBox, rightBox;
|
||||
private readonly Nub nub;
|
||||
private readonly Box leftBox;
|
||||
private readonly Box rightBox;
|
||||
|
||||
public OsuSliderBar()
|
||||
{
|
||||
|
Reference in New Issue
Block a user