Beispiel #1
0
 /// <summary>
 /// the world
 /// </summary>
 public Scene()
 {
     // load settings and stuff
     this.properties = new SceneProperties();
 }
Beispiel #2
0
 /// <summary>
 /// the world
 /// </summary>
 public Scene()
 {
     // load settings and stuff
     this.properties = new SceneProperties();
 }