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