// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
usingosu.Framework.Allocation;
usingosu.Framework.Graphics;
usingosu.Framework.Graphics.Containers;
usingosu.Framework.Graphics.Cursor;
usingosu.Framework.Localisation;
usingosu.Game.Beatmaps;
usingosu.Game.Graphics.Containers;
usingosu.Game.Graphics.Sprites;
namespaceosu.Game.Overlays.Profile.Sections
{
/// <summary>
/// Display artist/title/mapper information, commonly used as the left portion of a profile or score display row (see <see cref="DrawableProfileRow"/>).