Update namespaces in line with framework

This commit is contained in:
Dean Herbert
2017-05-16 12:50:30 +09:00
parent dced452667
commit efab186384
65 changed files with 2 additions and 65 deletions

View File

@ -2,7 +2,7 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics;
namespace osu.Game.Rulesets.Taiko.Objects.Drawables.Pieces
{