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

9 lines
276 B
C#
Raw Normal View History

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