mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Add missing newline
This commit is contained in:
parent
0ad189e357
commit
14bdcef26b
@ -26,6 +26,7 @@ namespace osu.Game.Skinning
|
|||||||
/// Therefore disallow falling back to any parent <see cref="ISkinSource"/> any further.
|
/// Therefore disallow falling back to any parent <see cref="ISkinSource"/> any further.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected override bool AllowFallingBackToParent => false;
|
protected override bool AllowFallingBackToParent => false;
|
||||||
|
|
||||||
protected override Container<Drawable> Content { get; }
|
protected override Container<Drawable> Content { get; }
|
||||||
|
|
||||||
public RulesetSkinProvidingContainer(Ruleset ruleset, IBeatmap beatmap, [CanBeNull] ISkin beatmapSkin)
|
public RulesetSkinProvidingContainer(Ruleset ruleset, IBeatmap beatmap, [CanBeNull] ISkin beatmapSkin)
|
||||||
|
Loading…
Reference in New Issue
Block a user