Files
zzz_REBIRTH__Utils/Scripts/Recipe/RecipeOutputRebirth.cs
2025-06-04 16:44:53 +09:30

9 lines
211 B
C#

using System.Collections.Generic;
public class RecipeOutputRebirth
{
public string recipeName = "";
public string craftingArea = "";
public List<ItemStack> OutputItems = new List<ItemStack>();
}