Interface IRecipe
public interface IRecipe
Properties
Group
string? Group { get; init; }
Property Value
Identifier
string Identifier { get; }
Property Value
Type
CraftingType Type { get; init; }
public interface IRecipe
string? Group { get; init; }
string Identifier { get; }
CraftingType Type { get; init; }