mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:56:42 +08:00
Add mania Note and HoldNote.
This commit is contained in:
parent
0a0c8e2014
commit
49110cf8d8
10
osu.Game/Beatmaps/Objects/Mania/HoldNote.cs
Normal file
10
osu.Game/Beatmaps/Objects/Mania/HoldNote.cs
Normal 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.Mania
|
||||
{
|
||||
public class HoldNote : Note
|
||||
{
|
||||
}
|
||||
}
|
10
osu.Game/Beatmaps/Objects/Mania/Note.cs
Normal file
10
osu.Game/Beatmaps/Objects/Mania/Note.cs
Normal 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.Mania
|
||||
{
|
||||
public class Note : ManiaBaseHit
|
||||
{
|
||||
}
|
||||
}
|
@ -50,7 +50,9 @@
|
||||
<Compile Include="Beatmaps\Metadata.cs" />
|
||||
<Compile Include="Beatmaps\Objects\BaseHit.cs" />
|
||||
<Compile Include="Beatmaps\Objects\Catch\CatchBaseHit.cs" />
|
||||
<Compile Include="Beatmaps\Objects\Mania\HoldNote.cs" />
|
||||
<Compile Include="Beatmaps\Objects\Mania\ManiaBaseHit.cs" />
|
||||
<Compile Include="Beatmaps\Objects\Mania\Note.cs" />
|
||||
<Compile Include="Beatmaps\Objects\Osu\Slider.cs" />
|
||||
<Compile Include="Beatmaps\Objects\Osu\Circle.cs" />
|
||||
<Compile Include="Beatmaps\Objects\Osu\OsuBaseHit.cs" />
|
||||
|
Loading…
Reference in New Issue
Block a user