mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Privatise setter
This commit is contained in:
parent
ce4301c5b8
commit
85088c9b3b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user