Improved recipes and added resources to it. Changed how ingredients and items work.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
using Godot;
|
||||
|
||||
public abstract class Ingredient
|
||||
public class Ingredient
|
||||
{
|
||||
public string name;
|
||||
public int currentAmount;
|
||||
public int stackSize;
|
||||
public string item;
|
||||
public int amount;
|
||||
}
|
||||
Reference in New Issue
Block a user