Merge branch 'master' into catch-scoring

This commit is contained in:
Dean Herbert
2018-06-29 14:59:15 +09:00
committed by GitHub
271 changed files with 8982 additions and 4507 deletions

View File

@ -15,6 +15,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
private Pulp pulp;
public override bool StaysOnPlate => false;
public DrawableDroplet(Droplet h)
: base(h)
{