Initial structure

This commit is contained in:
smoogipoo
2020-04-08 15:08:13 +09:00
parent d774e7c324
commit e429c274a9
6 changed files with 63 additions and 1 deletions

View File

@ -0,0 +1,11 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics.Containers;
namespace osu.Game.Rulesets.Mania.UI.Components
{
public class DefaultStageBackground : CompositeDrawable
{
}
}