// ***********************************************************************
// Assembly : Game
// Author : Kimch
// Created : 2021-05-02
// Description :
// Last Modified By :
// Last Modified On :
// ***********************************************************************
//
//
// ***********************************************************************
namespace G.UI
{
using TMPro;
using UnityEngine;
using UnityEngine.UI;
public class GemAttributeItem : KUIWidget
{
[KUIFlag]
KUIImage _imgFrame;
[KUIFlag]
Image _imgIcon;
[KUIFlag]
KUIImage _imgLevel;
[KUIFlag]
TextMeshProUGUI _tmpLevel;
[KUIFlag]
TextMeshProUGUI _tmpName;
[KUIFlag]
TextMeshProUGUI _tmpValue;
private void Awake()
{
SetViewData();
_imgFrame.GetComponent