using System.Collections.Generic; using UnityEngine; namespace Game { public class EquipmentConfigObject : ScriptableObject { public List configs = new List(); } }