Class FoodVariety
Inheritance
System.Object
FoodVariety
Assembly: Eco.Gameplay.dll
Syntax
public static class FoodVariety : Object
Fields
Settings
Declaration
public static FoodVarietySettings Settings
Field Value
Methods
UpdateMult(Dictionary<Type, Single>)
Declaration
public static (float, string) UpdateMult(Dictionary<Type, float> foodToCalories)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.Type, System.Single> |
foodToCalories |
|
Returns
Type |
Description |
System.ValueTuple<System.Single, System.String> |
|