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