mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:52:55 +08:00
Remove empty ctor.
This commit is contained in:
parent
3cc5bb516e
commit
349b0a3322
@ -21,10 +21,6 @@ namespace osu.Game.Screens.Multi.Screens
|
|||||||
|
|
||||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
|
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
|
||||||
|
|
||||||
public Match()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void OnEntering(Screen last)
|
protected override void OnEntering(Screen last)
|
||||||
{
|
{
|
||||||
base.OnEntering(last);
|
base.OnEntering(last);
|
||||||
|
Loading…
Reference in New Issue
Block a user