예제 #1
0
 void Childer()
 {
     transform.SetParent(playerT);
     playerPushing = true;
     player.GetComponent <Animator>().SetBool("pushing", true);
 }