void OnRecipeFinished(object sender, ProductionComponent.ProductionEventArgs e) { if (e.Recipe == Recipe) { IsRecipeFinished = true; } }
public void OnRecipeFinished(object sender, ProductionComponent.ProductionEventArgs e) { this.Log("ProductionAgent finished recipe"); AssignNextRecipe(); }