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