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