Remove empty ctor.

This commit is contained in:
DrabWeb 2018-05-22 01:46:08 -03:00
parent 3cc5bb516e
commit 349b0a3322
1 changed files with 0 additions and 4 deletions

View File

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