AssemblyCSharp.RecipeGroups.RecipeGroups C# (CSharp) Method

RecipeGroups() public method

public RecipeGroups ( List groups ) : System
groups List
return System
        public RecipeGroups(List<WeightedValue> groups)
        {
            Groups = new List<WeightedValue> (groups);
        }