1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

add license header

This commit is contained in:
unknown 2019-05-12 21:01:51 +02:00
parent 8e248d5cfa
commit bd5cb86b15

View File

@ -1,4 +1,7 @@
using osu.Framework.Graphics;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Game.Rulesets.UI;
namespace osu.Game.Rulesets.Catch.UI {