using osu.Game.Beatmaps; using osu.Game.Modes.Catch.Objects; namespace osu.Game.Modes.Catch.Beatmaps { internal class CatchBeatmapProcessor : IBeatmapProcessor { public void PostProcess(Beatmap beatmap) { } public void SetDefaults(CatchBaseHit hitObject) { } } }