ProjectDDD/Assets/0.Datas/02.Scripts/GenerateGoogleSheet/AutoCreated/FoodSo.cs

10 lines
238 B (Stored with Git LFS)
C#

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