1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Add xmldoc

This commit is contained in:
iiSaLMaN 2019-08-24 09:43:55 +03:00
parent 008e39b738
commit af4adb6339

View File

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