Privatise setter

This commit is contained in:
Bartłomiej Dach 2020-06-19 20:13:43 +02:00
parent 34476f6c2f
commit 53861cdde8

View File

@ -21,7 +21,7 @@ namespace osu.Game.Storyboards.Drawables
private readonly StoryboardSampleInfo sampleInfo; private readonly StoryboardSampleInfo sampleInfo;
protected SampleChannel Channel; protected SampleChannel Channel { get; private set; }
public override bool RemoveWhenNotAlive => false; public override bool RemoveWhenNotAlive => false;