Base class for any projectile shot by the player's ship
Inheritance: Vtj.Gaming.GameObject
Ejemplo n.º 1
0
 public void AddPlasmaBall(PlasmaBall ball)
 {
     _plasmaBalls.Add(ball);
 }
Ejemplo n.º 2
0
 public void AddPlasmaBall(PlasmaBall ball)
 {
     _plasmaBalls.Add(ball);
 }