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