mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 02:03:04 +08:00
9 lines
275 B
C#
9 lines
275 B
C#
|
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||
|
|
||
|
namespace osu.Game.Rulesets.Mania.Judgements
|
||
|
{
|
||
|
public class HoldNoteTickJudgement : ManiaJudgement
|
||
|
{
|
||
|
}
|
||
|
}
|