7 lines
88 B
C#
7 lines
88 B
C#
using Godot;
|
|
|
|
public class Ingredient
|
|
{
|
|
public string item;
|
|
public int amount;
|
|
} |