1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 19:10:35 +08:00

Fix xmldoc

This commit is contained in:
Bartłomiej Dach
2025-03-12 12:38:55 +01:00
Unverified
parent 6f74d8ad50
commit 73fba15adf
@@ -32,7 +32,7 @@ namespace osu.Game.Screens.Ranking.Statistics
/// <summary>
/// The score which was achieved by the local user.
/// If this is set to a non-null score, an <see cref="OverallRanking"/> component will be displayed showing changes to the local user's ranking & statistics
/// If this is set to a non-null score, an <see cref="OverallRanking"/> component will be displayed showing changes to the local user's ranking and statistics
/// when a statistics update related to this score is received from spectator server.
/// </summary>
public ScoreInfo? AchievedScore { get; init; }