Remove unnecessary usings and move Banana out of BananaShower

This commit is contained in:
clayton
2018-06-11 12:43:01 -07:00
parent 3e6e2ac09a
commit e44e08201b
11 changed files with 16 additions and 17 deletions

View File

@ -1,7 +1,6 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;
using osu.Game.Rulesets.Catch.Judgements;
using osu.Game.Rulesets.Scoring;
@ -9,7 +8,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
public class DrawableBanana : DrawableFruit
{
public DrawableBanana(BananaShower.Banana h)
public DrawableBanana(Banana h)
: base(h)
{
}