Merge https://github.com/ppy/osu into beatmap-set-status

This commit is contained in:
DrabWeb
2018-03-27 18:13:58 -03:00
96 changed files with 765 additions and 3333 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// Converts a Beatmap using this Beatmap Converter.
/// </summary>
/// <param name="original">The un-converted Beatmap.</param>
/// <param name="beatmap">The un-converted Beatmap.</param>
void Convert(Beatmap beatmap);
}
}