// File: ItemDataSo.cs using System.Collections.Generic; using UnityEngine; namespace DDD { [CreateAssetMenu(fileName = "ItemDataSo", menuName = "GoogleSheet/ItemDataSo")] public class ItemDataSo : ScriptableObject { public List ItemDataList; } }