Example #1
0
 void PlayerReposition()
 {
     player.transform.position = new Vector3(-30, 40, 1); //떨어졌을때 원래 자리로
     player.VelocityZero();
 }