1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 02:03:04 +08:00
osu-lazer/osu.Game.Rulesets.Mania/Judgements/HoldNoteTickJudgement.cs

9 lines
275 B
C#
Raw Normal View History

// 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
{
}
}