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