Ejemplo n.º 1
0
 /// <summary>
 /// Calculate the output of a food source given its food scriptable object and conditions
 /// </summary>
 public static float CalculateOutput(FoodScriptableObject fso, int[] conditions)
 {
     return(CalculateOutput(fso.getBaseOutput(), fso.getWeights(), fso.getTWeight(), conditions));
 }