Files
7d2dXG/Mods/zzz_REBIRTH__Utils/Scripts/Recipe/RecipeOutputRebirth.cs
Nathaniel Cosford 062dfab2cd Patched
2025-05-30 01:04:40 +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>();
}