1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

move to compose namespace and add license header

This commit is contained in:
Nathan Alo 2021-03-26 15:33:28 +08:00
parent b8b7eb4c4b
commit 374f8c5e22

View File

@ -1,4 +1,7 @@
using System.Linq;
// 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 System.Linq;
using System.Text;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
@ -6,7 +9,7 @@ using osu.Framework.Platform;
using osu.Game.Extensions;
using osu.Game.Rulesets.Edit;
namespace osu.Game.Screens.Edit
namespace osu.Game.Screens.Edit.Compose
{
public class SelectionHelper : Component
{