2025-07-08 10:46:31 +00:00
|
|
|
// <auto-generated> File: ItemSo.cs
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
namespace DDD
|
|
|
|
{
|
|
|
|
[CreateAssetMenu(fileName = "ItemSo", menuName = "GoogleSheet/ItemSo")]
|
|
|
|
public class ItemSo : ScriptableObject
|
|
|
|
{
|
|
|
|
public List<Item> ItemList;
|
|
|
|
}
|
|
|
|
}
|