コード例 #1
0
 private void Start()
 {
     player_current_health = player_max_health;
     healthBar.SetMaxHealth(player_max_health);
 }