Beispiel #1
0
 public void UpdateUI()
 {
     if (character == null)
     {
         return;
     }
     if (health != null)
     {
         health.ExecuteUpdate();
     }
     tooltip.SetAbility(this, null, null);
 }