public float UpdateCraftingProcess(float energySupply)
 {
     return(craftController.UpdateCraftingProcess(energySupply));
 }