ProjectDDD/Assets/_DDD/_Scripts/GameUi/New/IngredientEntry.cs

8 lines
125 B
C#
Raw Normal View History

2025-07-25 07:58:53 +00:00
namespace DDD
{
public class IngredientEntry
{
public string IngredientId;
public int Amount;
}
}