mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
I don't like this renaming.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user