ProjectDDD/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Classes/ItemData.cs

20 lines
353 B
C#
Raw Normal View History

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