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