mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 17:00:17 +08:00
Privatise setter
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user