AssemblyCSharp.RecipeEvaluator.RecipeEvaluator C# (CSharp) Method

RecipeEvaluator() public method

public RecipeEvaluator ( List groups, Func supplements ) : System
groups List
supplements Func
return System
        public RecipeEvaluator(List<WeightedValue> groups, Func<WeightedValue, List<WeightedGroupItem>> supplements)
        {
            _supplements = supplements;
            _resultPermutations = InitializePermutations (groups);
        }