using UnityEngine; using UnityEngine.UI; namespace Assets.Scripts.UI.Prefab.Player { public class SkinCardScript : AbstractEquipmentScript { } }