mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Adjust xmldoc
This commit is contained in:
@ -196,7 +196,7 @@ namespace osu.Game.Screens.Multi.Ranking
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Applies positions to all <see cref="MultiplayerScore"/>s from a given pivot.
|
/// Applies positions to all <see cref="MultiplayerScore"/>s referenced to a given pivot.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
||||||
/// <param name="pivot">The pivot.</param>
|
/// <param name="pivot">The pivot.</param>
|
||||||
@ -205,7 +205,7 @@ namespace osu.Game.Screens.Multi.Ranking
|
|||||||
=> setPositions(scores, pivot?.Scores[^1].Position ?? 0, increment);
|
=> setPositions(scores, pivot?.Scores[^1].Position ?? 0, increment);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Applies positions to all <see cref="MultiplayerScore"/>s from a given pivot.
|
/// Applies positions to all <see cref="MultiplayerScore"/>s referenced to a given pivot.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
||||||
/// <param name="pivotPosition">The pivot position.</param>
|
/// <param name="pivotPosition">The pivot position.</param>
|
||||||
|
Reference in New Issue
Block a user