AcademyPopcorn.ShootingRacket.Shoot C# (CSharp) 메소드

Shoot() 공개 메소드

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

Usage Example

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