1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 19:07:19 +08:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
260 B
C#
Raw Normal View History

2021-05-12 16:35:05 +09:00
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
2022-06-17 16:37:17 +09:00
#nullable disable
2021-05-12 16:35:05 +09:00
namespace osu.Game.Rulesets.Mania.Objects
{
public class HeadNote : Note
{
}
}