public void RechargeExistingPencil() { Pencil pencil = FindObjectOfType <Pencil>(); pencil.SetTotalCharges(totalCharges); }