mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 04:57:38 +09:00
Privatise setter
This commit is contained in:
parent
ce4301c5b8
commit
85088c9b3b
@ -14,7 +14,7 @@ namespace osu.Game.Screens.Play
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class DimmableStoryboard : UserDimContainer
|
public class DimmableStoryboard : UserDimContainer
|
||||||
{
|
{
|
||||||
public Container OverlayLayerContainer;
|
public Container OverlayLayerContainer { get; private set; }
|
||||||
|
|
||||||
private readonly Storyboard storyboard;
|
private readonly Storyboard storyboard;
|
||||||
private DrawableStoryboard drawableStoryboard;
|
private DrawableStoryboard drawableStoryboard;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user