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

9 lines
276 B
C#
Raw Normal View History

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