2025-07-24 08:45:02 +00:00
|
|
|
// <auto-generated>
|
|
|
|
using System;
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
namespace DDD
|
|
|
|
{
|
|
|
|
[Serializable]
|
2025-08-28 03:49:47 +00:00
|
|
|
public class IngredientDataEntry : IId
|
2025-07-24 08:45:02 +00:00
|
|
|
{
|
|
|
|
/// <summary>식별ID</summary>
|
|
|
|
[Tooltip("식별ID")]
|
|
|
|
[field: SerializeField]
|
|
|
|
public string Id { get; set; }
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|