فهرست منبع

点击头像复制名字

guodong 3 سال پیش
والد
کامیت
1f42c7506c
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 3 - 1
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -4,6 +4,7 @@ using UI.CommonGame;
 using UnityEngine;
 using UnityEngine;
 using System.Collections.Generic;
 using System.Collections.Generic;
 using ET;
 using ET;
+using static UnityEditor.Progress;
 
 
 namespace GFGGame
 namespace GFGGame
 {
 {
@@ -327,7 +328,8 @@ namespace GFGGame
             ViewManager.Show<DailyTaskView>();
             ViewManager.Show<DailyTaskView>();
         }
         }
         private void OnClickHeadBar()
         private void OnClickHeadBar()
-        {
+{
+            GUIUtility.systemCopyBuffer = RoleDataManager.roleName;
             ViewManager.Show(ViewName.ROLE_INFO_VIEW);
             ViewManager.Show(ViewName.ROLE_INFO_VIEW);
         }
         }