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