mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09: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…
x
Reference in New Issue
Block a user