public void Shoot() { isShooting = true; }
public void ShootPlayerRacket() { racket = this.playerRacket as ShootingRacket; racket.Shoot(); }