mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 09:30:06 +08:00
Privatise setter
This commit is contained in:
@@ -47,7 +47,7 @@ namespace osu.Game.Screens.Play
|
||||
private OsuClickableContainer button;
|
||||
|
||||
private ButtonContainer buttonContainer;
|
||||
protected Circle RemainingTimeBox;
|
||||
protected Circle RemainingTimeBox { get; private set; }
|
||||
|
||||
private double displayTime;
|
||||
private bool isClickable;
|
||||
|
||||
Reference in New Issue
Block a user