guodong 3 жил өмнө
parent
commit
1f42c7506c

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

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