AcademyPopcorn.ShootingRacket.Shoot C# (CSharp) Method

Shoot() public method

public Shoot ( ) : void
return void
        public void Shoot()
        {
            isShooting = true;
        }

Usage Example

Exemplo n.º 1
0
 public void ShootPlayerRacket()
 {
     racket = this.playerRacket as ShootingRacket;
     racket.Shoot();
 }
All Usage Examples Of AcademyPopcorn.ShootingRacket::Shoot