예제 #1
0
 public void Throw()
 {
     myAnim.SetBool("throwing", true);
     pickedUp.Throw(facingRight, 10f);
     pickedUp = null;
 }