mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 19:32:55 +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
|
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
|
public class GroupedDifficultyIcon : DifficultyIcon
|
||||||
{
|
{
|
||||||
private readonly OsuSpriteText counter;
|
private readonly OsuSpriteText counter;
|
||||||
|
Loading…
Reference in New Issue
Block a user