Changed Namespaces, Move files
This commit is contained in:
@@ -8,6 +8,7 @@ using Arch.Core;
|
||||
using Arch.Core.Extensions;
|
||||
using Arch.Core.Extensions.Dangerous;
|
||||
using FoodFactory.Items;
|
||||
using FoodFactory.Math;
|
||||
using Godot;
|
||||
|
||||
public abstract record Recipe(string Name, BlueprintId[]? BlueprintIds, bool[] RequireAll, Tags[] Inputs, Tags[] Exclude, RecipeOutput RecipeOutput, RecipeAction Action = default, bool InputsOrdered = true)
|
||||
|
||||
Reference in New Issue
Block a user