Beispiel #1
0
 private void OnDisable()
 {
     onUpdateHealth -= UpdateHealthUI;
     onUpdateEnergy -= UpdateEnergyUI;
 }
Beispiel #2
0
 private void OnEnable()
 {
     onUpdateHealth += UpdateHealthUI;
     onUpdateEnergy += UpdateEnergyUI;
 }