mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 18:30:34 +08:00
e0c06a4f19
# Conflicts: # osu-framework # osu.Game/GameModes/FieldTest.cs # osu.Game/GameModes/FontTest.cs # osu.Game/GameModes/Menu/ButtonSystem.cs # osu.Game/Graphics/UserInterface/TextBox.cs # osu.Game/OsuGame.cs # osu.Game/osu.Game.csproj
10 lines
259 B
C#
10 lines
259 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.Beatmaps.Objects.Catch
|
|
{
|
|
public class Droplet : CatchBaseHit
|
|
{
|
|
}
|
|
}
|