Use switch pattern matching in more places

Also switch access to many classes to public.

(cherry picked from commit 86cc3b7)
This commit is contained in:
Dean Herbert
2018-01-10 15:37:55 +09:00
parent a36cfd4265
commit 5c79bdc41c
3 changed files with 30 additions and 30 deletions

View File

@ -12,7 +12,7 @@ using OpenTK;
namespace osu.Game.Rulesets.Catch.Beatmaps
{
internal class CatchBeatmapProcessor : BeatmapProcessor<CatchHitObject>
public class CatchBeatmapProcessor : BeatmapProcessor<CatchHitObject>
{
public override void PostProcess(Beatmap<CatchHitObject> beatmap)
{