コード例 #1
0
 public void RevivePlayer()
 {
     playerLife.SetLifeToMax();
     //textLife.text = playerLife.currentLife.ToString();
     gameOverPanel.SetActive(false);
 }