1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 00:07:24 +08:00

One more xmldoc.

This commit is contained in:
smoogipooo 2017-03-28 17:26:30 +09:00
parent c14759ebad
commit 714c280531

View File

@ -8,6 +8,9 @@ using osu.Game.Graphics;
namespace osu.Game.Modes.Taiko.Objects.Drawable.Pieces
{
/// <summary>
/// A circle piece used for drumrolls.
/// </summary>
public class DrumRollCirclePiece : Container
{
private readonly CirclePiece circle;