mirror of
https://github.com/osukey/osukey.git
synced 2025-06-21 19:27:58 +09:00
Privatise setter
This commit is contained in:
parent
34476f6c2f
commit
53861cdde8
@ -21,7 +21,7 @@ namespace osu.Game.Storyboards.Drawables
|
||||
|
||||
private readonly StoryboardSampleInfo sampleInfo;
|
||||
|
||||
protected SampleChannel Channel;
|
||||
protected SampleChannel Channel { get; private set; }
|
||||
|
||||
public override bool RemoveWhenNotAlive => false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user