1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 06:33:32 +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;
}
public ColourInfo TextColour
{
set => text.Colour = value;