Property | Type | Description | |
---|---|---|---|
Ingredients | Ingredient>.Dictionary |
Method | Description | |
---|---|---|
AddIngredient ( string ingredientID ) : int | ||
AsJson ( ) : object>.Dictionary |
||
GameState ( object>.Dictionary |
||
GetGeneration ( object>.Dictionary |
||
UseIngredient ( string ingredientID ) : int |
public AddIngredient ( string ingredientID ) : int | ||
ingredientID | string | |
return | int |
public GameState ( object>.Dictionary |
||
dict | object>.Dictionary | |
return | System |
public static GetGeneration ( object>.Dictionary |
||
dict | object>.Dictionary | |
return | long |
public UseIngredient ( string ingredientID ) : int | ||
ingredientID | string | |
return | int |