mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add mania Note and HoldNote.
This commit is contained in:
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" />
|
||||
|
Reference in New Issue
Block a user