mirror of https://github.com/ppy/osu
Fix using statement before license.
This commit is contained in:
parent
99c23d8715
commit
34ab708cb6
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue