mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 05:27:40 +08:00
9 lines
155 B
C#
9 lines
155 B
C#
|
using osu.Game.Modes.Judgements;
|
|||
|
|
|||
|
namespace osu.Game.Modes.Taiko.Judgements
|
|||
|
{
|
|||
|
public class TaikoJudgementInfo : JudgementInfo
|
|||
|
{
|
|||
|
}
|
|||
|
}
|