using UnityEngine; using System.Collections; using UnityEngine.UI; public class AdvanceStarItem : MonoBehaviour { public Image markIcon; }