mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
General cleanup + more xmldocs.
This commit is contained in:
@ -13,6 +13,9 @@ using osu.Game.Rulesets.Objects.Drawables;
|
||||
|
||||
namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
{
|
||||
/// <summary>
|
||||
/// Visualises a <see cref="Note"/> hit object.
|
||||
/// </summary>
|
||||
public class DrawableNote : DrawableManiaHitObject<Note>
|
||||
{
|
||||
private readonly NotePiece headPiece;
|
||||
|
Reference in New Issue
Block a user