17 lines
283 B
C#
17 lines
283 B
C#
![]() |
// <auto-generated>
|
||
|
using System;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace DDD
|
||
|
{
|
||
|
[Serializable]
|
||
|
public class IngredientData : IId
|
||
|
{
|
||
|
/// <summary>식별ID</summary>
|
||
|
[Tooltip("식별ID")]
|
||
|
[field: SerializeField]
|
||
|
public string Id { get; set; }
|
||
|
|
||
|
}
|
||
|
}
|