1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 01:07:19 +08:00

Add xmldoc

This commit is contained in:
smoogipoo 2020-03-17 17:35:14 +09:00
parent 7cc1a6040f
commit 6f801e1695

View File

@ -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;