1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Remove empty ctor.

This commit is contained in:
DrabWeb 2018-05-22 01:46:08 -03:00
parent 3cc5bb516e
commit 349b0a3322

View File

@ -21,10 +21,6 @@ namespace osu.Game.Screens.Multi.Screens
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
public Match()
{
}
protected override void OnEntering(Screen last)
{
base.OnEntering(last);