1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 08:22:56 +08:00

Add blank line to TopScoreStatisticsSection.cs:238

This commit is contained in:
Wezwery 2024-10-19 13:41:36 +03:00
parent df90b726b9
commit 47936c7b02

View File

@ -235,6 +235,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{ {
set => text.Text = value; set => text.Text = value;
} }
public ColourInfo TextColour public ColourInfo TextColour
{ {
set => text.Colour = value; set => text.Colour = value;