Ejemplo n.º 1
0
 public InvisibleTank(float x, float y) : base(x, y)
 {
     _tank = new Tank(0, 0);
     AddChild(_tank);
 }