1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 01:49:56 +08:00
Files
osu-lazer/osu.Game/Overlays/UserPage/UserPageHeader.cs
T
2017-05-25 02:11:07 +08:00

17 lines
425 B
C#

// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Overlays.UserPage
{
public class UserPageHeader : Container
{
}
}