|
@@ -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);
|
|
|
}
|
|
|
|