Add basic structure for osu! mode objects.

This commit is contained in:
Dean Herbert
2016-09-02 18:35:49 +09:00
parent 9d6b19a2ee
commit cf12f4764f
5 changed files with 40 additions and 2 deletions

View File

@ -0,0 +1,10 @@
//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.Beatmaps.Objects.Osu
{
public class Spinner
{
}
}