mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 17:33:03 +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
|
|
{
|
|
}
|
|
}
|