ProduceObjects() public method

public ProduceObjects ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable
Ejemplo n.º 1
0
 public void ShootPlayerRacket(ShootingRacket racket)
 {
     racket.ProduceObjects();
 }