mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:47:25 +08:00
Remove unused fields.
This commit is contained in:
parent
9f417743b6
commit
68915d79a6
@ -29,7 +29,7 @@ namespace osu.Game.Screens.Multiplayer
|
||||
private const float transition_duration = 100;
|
||||
|
||||
private readonly Box statusStrip;
|
||||
private readonly Container coverContainer, rulesetContainer, gameTypeContainer;
|
||||
private readonly Container coverContainer;
|
||||
private readonly FillFlowContainer topFlow, participantsFlow;
|
||||
private readonly ModeTypeInfo modeTypeInfo;
|
||||
private readonly OsuSpriteText participants, participantsSlash, maxParticipants, name, status, beatmapTitle, beatmapDash, beatmapArtist, beatmapAuthor;
|
||||
|
Loading…
Reference in New Issue
Block a user