9 lines
276 B
C#
9 lines
276 B
C#
![]() |
// <auto-generated> File: IngredientDataSo.cs
|
||
|
using System.Collections.Generic;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace DDD
|
||
|
{
|
||
|
[CreateAssetMenu(fileName = "IngredientDataSo", menuName = "GoogleSheet/IngredientDataSo")]
|
||
|
public class IngredientDataSo : DataSo<IngredientData> { }
|
||
|
}
|