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