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