TournamentMatchScoreDisplay
canBeNull
closest != null
Closes https://github.com/ppy/osu/issues/24378.
Fix startup tournament population not recovering from null beatmaps
SetupScreen
RoundBeatmap.Beatmap
currentMatchSelectionBox
Because nobody else should need to do anything as cursed as what `ScheduleScreen` was doing (which is 95% of the reason why the selection box even broke there).
Noticed in passing during review of #24347.
Fix tournament client crashing occasionally when editing bracket
Fix border around selected match being uneven
using
contract
Intuitively show the score difference between the two teams
CanBeNull
As stated before, not required in NRT-annotated files if auto-properties are already marked nullable.
also fixes formatting and var naming issues