Beispiel #1
0
 public void UpdateHUD()
 {
     if (faction == "enemy")
     {
         return;
     }
     HUD.SetHP(currentHP);
 }