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