1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 23:43:03 +08:00

Add newline

This commit is contained in:
smoogipoo 2020-07-16 17:37:30 +09:00
parent 84e2e5677a
commit 02031cea01

View File

@ -22,6 +22,7 @@ namespace osu.Game.Rulesets.Mania.UI
public class PlayfieldCoveringContainer : Container
{
protected override Container<Drawable> Content => content;
private readonly Container content;
/// <summary>