1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Fix using statement before license.

This commit is contained in:
smoogipooo 2017-03-14 12:58:31 +09:00
parent 99c23d8715
commit 34ab708cb6

View File

@ -1,7 +1,7 @@
using OpenTK;
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// 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;
using osu.Game.Modes.Objects;
using osu.Game.Modes.Objects.Types;