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

@ -42,6 +42,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
public virtual bool CanBePlated => false;
public virtual bool StaysOnPlate => CanBePlated;
protected DrawableCatchHitObject(CatchHitObject hitObject)
: base(hitObject)
{