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