mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add back xmldoc of AddPlayer
This commit is contained in:
parent
28ca21b432
commit
22a2c3efdf
@ -24,6 +24,14 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
LayoutEasing = Easing.OutQuint;
|
LayoutEasing = Easing.OutQuint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Adds a player to the leaderboard.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="user">The player.</param>
|
||||||
|
/// <param name="isTracked">
|
||||||
|
/// Whether the player should be tracked on the leaderboard.
|
||||||
|
/// Set to <c>true</c> for the local player or a player whose replay is currently being played.
|
||||||
|
/// </param>
|
||||||
public ILeaderboardScore AddPlayer(User user, bool isTracked)
|
public ILeaderboardScore AddPlayer(User user, bool isTracked)
|
||||||
{
|
{
|
||||||
var drawable = new GameplayLeaderboardScore(user, isTracked)
|
var drawable = new GameplayLeaderboardScore(user, isTracked)
|
||||||
|
Loading…
Reference in New Issue
Block a user