Remove unused IHasMainCirclePiece interface

This commit is contained in:
Dean Herbert
2022-11-09 13:18:24 +09:00
parent 30700ee68b
commit 710c224de4
4 changed files with 3 additions and 18 deletions

View File

@ -1,14 +0,0 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using osu.Game.Skinning;
namespace osu.Game.Rulesets.Osu.Skinning.Default
{
public interface IHasMainCirclePiece
{
SkinnableDrawable CirclePiece { get; }
}
}