mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
revert WorkingBeatmap back to protected
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user