10 lines
238 B (Stored with Git LFS)
C#
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;
|
|
}
|