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