Move Palpable* to separate files

This commit is contained in:
ekrctb
2020-11-24 19:16:03 +09:00
parent 916a313f19
commit 4f7aa7e541
4 changed files with 57 additions and 45 deletions

View File

@ -105,14 +105,6 @@ namespace osu.Game.Rulesets.Catch.Objects
protected override HitWindows CreateHitWindows() => HitWindows.Empty;
}
/// <summary>
/// Represents a single object that can be caught by the catcher.
/// </summary>
public abstract class PalpableCatchHitObject : CatchHitObject
{
public override bool CanBePlated => true;
}
public enum FruitVisualRepresentation
{
Pear,