Beispiel #1
0
 public void Draw(RenderWindow context)
 {
     if (World != null)
     {
         World.Draw(context);
     }
 }