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

Add missing license header for InGameChatSettings.cs

My unit tests fail at a solution filter, let's hope AppVeyor says yes.
This commit is contained in:
Craftplacer 2019-12-16 01:14:51 +01:00
parent 15c25c571d
commit 28d1fb181f

View File

@ -1,4 +1,7 @@
using osu.Framework.Allocation;
// 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.Allocation;
using osu.Framework.Graphics;
using osu.Game.Configuration;