1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 19:12:57 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Skinning/IProxiesApproachCircle.cs

13 lines
341 B
C#

// 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.
using osu.Framework.Graphics.Containers;
namespace osu.Game.Rulesets.Osu.Skinning
{
public interface IProxiesApproachCircle
{
Container ApproachCircleTarget { get; }
}
}