mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
|
||||
public class SliderBall : CircularContainer, ISliderProgress
|
||||
{
|
||||
private readonly Slider slider;
|
||||
private Box follow;
|
||||
private readonly Box follow;
|
||||
|
||||
private const float width = 128;
|
||||
|
||||
|
Reference in New Issue
Block a user