mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 12:23:06 +08:00
Cleanup.
This commit is contained in:
parent
a103acbd97
commit
5073057420
@ -31,7 +31,7 @@ namespace osu.Game.Screens.Multi.Screens.Match
|
||||
|
||||
public BeatmapSetInfo BeatmapSet
|
||||
{
|
||||
set { cover.BeatmapSet = value; }
|
||||
set => cover.BeatmapSet = value;
|
||||
}
|
||||
|
||||
public Action OnWantsSelectBeatmap;
|
||||
|
@ -34,7 +34,7 @@ namespace osu.Game.Screens.Multi.Screens.Match
|
||||
|
||||
public int? Max
|
||||
{
|
||||
set { count.Max = value; }
|
||||
set => count.Max = value;
|
||||
}
|
||||
|
||||
public Participants()
|
||||
|
Loading…
Reference in New Issue
Block a user