ProjectDDD/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Classes/ItemData.cs
2025-07-10 14:48:44 +09:00

20 lines
353 B
C#

// <auto-generated>
using System;
using UnityEngine;
namespace DDD
{
[Serializable]
public class ItemData
{
/// <summary>식별번호</summary>
[Tooltip("식별번호")]
public string Id;
/// <summary>아이템타입</summary>
[Tooltip("아이템타입")]
public ItemType ItemType;
}
}