mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
I don't like this renaming.
This commit is contained in:
@ -9,7 +9,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps
|
||||
{
|
||||
internal class TaikoBeatmapConverter : IBeatmapConverter<TaikoBaseHit>
|
||||
{
|
||||
public Beatmap<TaikoBaseHit> ConvertBeatmap(Beatmap original)
|
||||
public Beatmap<TaikoBaseHit> Convert(Beatmap original)
|
||||
{
|
||||
return new Beatmap<TaikoBaseHit>(original)
|
||||
{
|
||||
|
Reference in New Issue
Block a user