예제 #1
0
 void Start()
 {
     currentHealth = maxHealth;
     player_Health.SetMaxHealth(maxHealth);
 }