8 lines
233 B
C#
8 lines
233 B
C#
![]() |
// <auto-generated>
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace DDD
|
||
|
{
|
||
|
[CreateAssetMenu(fileName = "IngredientDataAsset", menuName = "GoogleSheet/IngredientDataAsset")]
|
||
|
public class IngredientDataAsset : DataAsset<IngredientDataEntry> { }
|
||
|
}
|