mirror of
https://github.com/ppy/osu
synced 2025-01-08 23:29:43 +00:00
14 lines
276 B
C#
14 lines
276 B
C#
using osu.Game.Modes.Judgements;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace osu.Game.Modes.Mania.Judgements
|
|
{
|
|
public class ManiaJudgementInfo : JudgementInfo
|
|
{
|
|
}
|
|
}
|