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