revert WorkingBeatmap back to protected

This commit is contained in:
LeNitrous
2019-01-26 13:40:41 +08:00
parent d76681aa82
commit 39072376dd

View File

@ -215,7 +215,7 @@ namespace osu.Game.Rulesets.UI
/// <summary> /// <summary>
/// The <see cref="WorkingBeatmap"/> this <see cref="RulesetContainer{TObject}"/> was created with. /// The <see cref="WorkingBeatmap"/> this <see cref="RulesetContainer{TObject}"/> was created with.
/// </summary> /// </summary>
public readonly WorkingBeatmap WorkingBeatmap; protected readonly WorkingBeatmap WorkingBeatmap;
public override ScoreProcessor CreateScoreProcessor() => new ScoreProcessor<TObject>(this); public override ScoreProcessor CreateScoreProcessor() => new ScoreProcessor<TObject>(this);