示例#1
0
 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();
 }