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