mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 08:23:38 +08:00
Privatise setter
This commit is contained in:
@@ -14,7 +14,7 @@ namespace osu.Game.Screens.Play
|
||||
/// </summary>
|
||||
public class DimmableStoryboard : UserDimContainer
|
||||
{
|
||||
public Container OverlayLayerContainer;
|
||||
public Container OverlayLayerContainer { get; private set; }
|
||||
|
||||
private readonly Storyboard storyboard;
|
||||
private DrawableStoryboard drawableStoryboard;
|
||||
|
||||
Reference in New Issue
Block a user