|
@@ -2,6 +2,7 @@ using ET;
|
|
|
using FairyGUI;
|
|
|
using UI.CommonGame;
|
|
|
using UI.RoleInfo;
|
|
|
+using UnityEngine;
|
|
|
|
|
|
namespace GFGGame
|
|
|
{
|
|
@@ -162,6 +163,7 @@ namespace GFGGame
|
|
|
}
|
|
|
private void OnComHeadClick()
|
|
|
{
|
|
|
+ GUIUtility.systemCopyBuffer = RoleDataManager.roleName;
|
|
|
ViewManager.Show<ChangeHeadView>(null, new object[] { typeof(RoleInfoView).FullName, this.viewData });
|
|
|
}
|
|
|
|