1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 00:13:12 +08:00

Remove no longer needed property

This commit is contained in:
David Zhao 2019-08-01 21:22:08 +09:00 committed by GitHub
parent d05b9b1734
commit f0941a11b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,6 @@ namespace osu.Game.Screens.Multi
public override bool DisallowExternalBeatmapRulesetChanges => true;
protected virtual bool RequireOnline => true;
private readonly MultiplayerWaveContainer waves;
private readonly OsuButton createButton;