mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09:00
9 lines
155 B
C#
9 lines
155 B
C#
using osu.Game.Modes.Judgements;
|
|
|
|
namespace osu.Game.Modes.Mania.Judgements
|
|
{
|
|
public class ManiaJudgementInfo : JudgementInfo
|
|
{
|
|
}
|
|
}
|