From 6343bf7d298887daaedc16cd77c4eae476656a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Fri, 5 Dec 2025 12:35:26 +0100 Subject: [PATCH] Privatise setter --- osu.Game/Screens/Play/SkipOverlay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/Play/SkipOverlay.cs b/osu.Game/Screens/Play/SkipOverlay.cs index e17d639a1b..0509c845f8 100644 --- a/osu.Game/Screens/Play/SkipOverlay.cs +++ b/osu.Game/Screens/Play/SkipOverlay.cs @@ -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;