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