Ejemplo n.º 1
0
 public virtual ScreenTaker withShootingStrategy
     (ShootingStrategy shootingStrategy)
 {
     this.shootingStrategy = shootingStrategy;
     return(this);
 }
Ejemplo n.º 2
0
 public ScreenTaker(ScreenTaker other)
 {
     this.dprX             = other.dprX;
     this.dprY             = other.dprY;
     this.shootingStrategy = other.shootingStrategy;
 }