Refactor beatmap converters.

This commit is contained in:
smoogipooo
2017-04-18 14:24:16 +09:00
parent 2df21066e7
commit 27ddf4b475
7 changed files with 243 additions and 224 deletions

View File

@ -56,6 +56,7 @@ namespace osu.Game.Beatmaps
public Beatmap(Beatmap original = null)
: base(original)
{
HitObjects = original?.HitObjects;
}
}
}