예제 #1
0
 private void UpdateUI()
 {
     if (!health || !inGameUI)
     {
         return;
     }
     inGameUI.SetHealth(health.GetHealth());
 }