Ejemplo n.º 1
0
 public Beam(Inker p)
 {
     Coordinates = new short[4, 2];
     SetRange(RANGE);
     SetWidth(WIDTH);
     Place(p);
     SetTarget(p.X, p);
     Ammo  = new Stack <Projectile>();
     Lazer = new Lazer(this);
 }
Ejemplo n.º 2
0
 public void ChargePowerUp(Lazer effect)
 {
     Lazer = effect;
 }