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