Shoot() public method

public Shoot ( ) : void
return void
Esempio n. 1
0
 public void ShootPlayerRacket()
 {
     racket = this.playerRacket as ShootingRacket;
     racket.Shoot();
 }
Esempio n. 2
0
 public void ShootPlayerRacket()
 {
     racket = this.playerRacket as ShootingRacket;
     racket.Shoot();
 }