mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add basic structure for catch mode objects.
This commit is contained in:
10
osu.Game/Beatmaps/Objects/Catch/Fruit.cs
Normal file
10
osu.Game/Beatmaps/Objects/Catch/Fruit.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.Catch
|
||||
{
|
||||
public class Fruit : CatchBaseHit
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user