I don't like this renaming.

This commit is contained in:
smoogipooo
2017-03-14 12:54:09 +09:00
parent f50e0bbf3c
commit 99c23d8715
7 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Game.Modes.Catch.Beatmaps
{
internal class CatchBeatmapConverter : IBeatmapConverter<CatchBaseHit>
{
public Beatmap<CatchBaseHit> ConvertBeatmap(Beatmap original)
public Beatmap<CatchBaseHit> Convert(Beatmap original)
{
return new Beatmap<CatchBaseHit>(original)
{