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