mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 19:10:35 +08:00
Fix xmldoc
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user