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