Example #1
0
 public override void Draw(RenderWindow window)
 {
     Background.Draw(window);
     World.Draw(window);
     GUI.Draw(window);
 }