Ejemplo n.º 1
0
 public Level() : base("")
 {
     m_tank = new Tank("../Images/TankBase.png");
     m_tank.SetParent(this);
 }