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