mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add xmldoc
This commit is contained in:
parent
008e39b738
commit
af4adb6339
@ -11,6 +11,12 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Beatmaps.Drawables
|
||||
{
|
||||
/// <summary>
|
||||
/// A difficulty icon that contains a counter on the right-side of it.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Used in cases when there are too many difficulty icons to show.
|
||||
/// </remarks>
|
||||
public class GroupedDifficultyIcon : DifficultyIcon
|
||||
{
|
||||
private readonly OsuSpriteText counter;
|
||||
|
Loading…
Reference in New Issue
Block a user