mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Rename Palpable{-> Drawable}CatchHitObject
This commit is contained in:
@ -9,7 +9,7 @@ using osu.Game.Skinning;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.Objects.Drawables
|
||||
{
|
||||
public class DrawableDroplet : PalpableCatchHitObject<Droplet>
|
||||
public class DrawableDroplet : PalpableDrawableCatchHitObject<Droplet>
|
||||
{
|
||||
public override bool StaysOnPlate => false;
|
||||
|
||||
|
Reference in New Issue
Block a user