mirror of
https://github.com/osukey/osukey.git
synced 2025-06-04 04:17:21 +09: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.Catch.Judgements
|
|
{
|
|
public class CatchJudgementInfo : JudgementInfo
|
|
{
|
|
}
|
|
}
|