ProjectDDD/Assets/_DDD/_Scripts/GameUi/RestaurantManagementUi/ItemUi/IngredientEntry.cs
2025-07-30 03:18:16 +09:00

8 lines
125 B
C#

namespace DDD
{
public class IngredientEntry
{
public string IngredientId;
public int Amount;
}
}