mirror of
https://github.com/ppy/osu
synced 2025-01-12 17:19:38 +00:00
Remove pointless SkinReloadableDrawable specification
This commit is contained in:
parent
d9f7011769
commit
9baf8160d1
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// 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.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
@ -9,7 +9,7 @@ using osuTK;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Catch.UI
|
namespace osu.Game.Rulesets.Catch.UI
|
||||||
{
|
{
|
||||||
public class CatcherSprite : SkinReloadableDrawable
|
public class CatcherSprite : CompositeDrawable
|
||||||
{
|
{
|
||||||
public CatcherSprite()
|
public CatcherSprite()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user