using UnityEngine; namespace Game { public class EquipmentConfigObject : ScriptableObject { public EquipmentConfig equipmentConfig; } }