mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Renamespace
This commit is contained in:
@ -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 }
|
||||
},
|
||||
|
Reference in New Issue
Block a user