Esempio n. 1
0
 /// <summary>
 /// Empty the hand and call the method Launch of the Pokeball
 /// </summary>
 public void Launch()
 {
     if (lastPokeball.Launch(launchForce * Vector3.up))
     {
         handIsEmpty = true;
     }
 }