mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 07:07:18 +08:00
Add xmldoc
This commit is contained in:
parent
7cc1a6040f
commit
6f801e1695
@ -12,10 +12,17 @@ using osuTK;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Ranking.Expanded
|
namespace osu.Game.Screens.Ranking.Expanded
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The content that appears in the middle section of the <see cref="ScorePanel"/>.
|
||||||
|
/// </summary>
|
||||||
public class ExpandedPanelTopContent : CompositeDrawable
|
public class ExpandedPanelTopContent : CompositeDrawable
|
||||||
{
|
{
|
||||||
private readonly User user;
|
private readonly User user;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Creates a new <see cref="ExpandedPanelTopContent"/>.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="user">The <see cref="User"/> to display.</param>
|
||||||
public ExpandedPanelTopContent(User user)
|
public ExpandedPanelTopContent(User user)
|
||||||
{
|
{
|
||||||
this.user = user;
|
this.user = user;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user