This commit is contained in:
DrabWeb
2017-05-21 22:37:00 -03:00
296 changed files with 5830 additions and 3063 deletions

View File

@ -11,5 +11,10 @@ namespace osu.Game.Screens.Multiplayer
protected override IEnumerable<Type> PossibleChildren => new[] {
typeof(Match)
};
public MatchCreate()
{
ValidForResume = false;
}
}
}