예제 #1
0
 void Die()
 {
     transform.position = new Vector3(0, 5, 0);
     health             = maxHealth;
     move.StopMotion();
 }