mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Remove LegacyBeatmap
This commit is contained in:
parent
b5a55a0dce
commit
ac64f9d958
@ -1,12 +0,0 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
||||||
|
|
||||||
namespace osu.Game.Beatmaps.Legacy
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// A type of Beatmap loaded from a legacy .osu beatmap file (version <=15).
|
|
||||||
/// </summary>
|
|
||||||
public class LegacyBeatmap : Beatmap
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user