1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:47:51 +08:00
This commit is contained in:
smoogipooo 2017-03-24 18:49:10 +09:00
parent 5281842965
commit df46d0f446
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;
using OpenTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Framework.Screens.Testing;

View File

@ -1,4 +1,7 @@
using OpenTK;
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;
namespace osu.Game.Modes.Taiko.Objects.Drawable.Pieces
{