Renamespace

This commit is contained in:
smoogipoo
2019-04-26 13:49:44 +09:00
parent 7047303b0f
commit 2f4bf423a4
21 changed files with 30 additions and 25 deletions

View File

@ -8,6 +8,7 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Textures;
using osu.Game.Graphics;
using osu.Game.Overlays.Profile.Header.Components;
using osu.Game.Users;
using osuTK;
@ -49,12 +50,12 @@ namespace osu.Game.Overlays.Profile.Header
Spacing = new Vector2(10, 0),
Children = new Drawable[]
{
new FriendButton
new AddFriendButton
{
RelativeSizeAxes = Axes.Y,
User = { BindTarget = User }
},
new ProfileMessageButton
new MessageUserButton
{
User = { BindTarget = User }
},