Working on inventory and crafting system. Translated Excel-Itemlist to .json.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
public abstract class Ingredient
|
||||
{
|
||||
public string name;
|
||||
public int currentAmount;
|
||||
public int stackSize;
|
||||
}
|
||||
Reference in New Issue
Block a user