Shoot() public method

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