Esempio n. 1
0
 private void getRecipeList(StardewModdingAPI.IReflectionHelper reflection)
 {
     this.currentRecipeList     = reflection.GetField <Dictionary <int, int> >(ScavengerRecipe, "recipeList").GetValue();
     this.recipeListNeedsUpdate = !this.recipeListNeedsUpdate;
 }