2025-07-10 05:48:44 +00:00
|
|
|
// <auto-generated> File: ItemDataSo.cs
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
namespace DDD
|
|
|
|
{
|
|
|
|
[CreateAssetMenu(fileName = "ItemDataSo", menuName = "GoogleSheet/ItemDataSo")]
|
2025-07-15 04:01:35 +00:00
|
|
|
public class ItemDataSo : DataSo<ItemData> { }
|
|
|
|
}
|