ProjectDDD/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Classes/RecipeDataSo.cs

9 lines
256 B
C#
Raw Normal View History

2025-07-24 08:45:02 +00:00
// <auto-generated> File: RecipeDataSo.cs
using System.Collections.Generic;
using UnityEngine;
namespace DDD
{
[CreateAssetMenu(fileName = "RecipeDataSo", menuName = "GoogleSheet/RecipeDataSo")]
public class RecipeDataSo : DataSo<RecipeData> { }
}