1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 11:27:24 +08:00
osu-lazer/osu.Game/Screens/Charts/ChartInfo.cs
2016-11-14 17:23:33 +09:00

10 lines
250 B
C#

//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Screens.Charts
{
class ChartInfo : GameModeWhiteBox
{
}
}