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