Esempio n. 1
0
File: Scene.cs Progetto: XF9/Fenrir
 /// <summary>
 /// the world
 /// </summary>
 public Scene()
 {
     // load settings and stuff
     this.properties = new SceneProperties();
 }
Esempio n. 2
0
File: Scene.cs Progetto: XF9/Fenrir
 /// <summary>
 /// the world
 /// </summary>
 public Scene()
 {
     // load settings and stuff
     this.properties = new SceneProperties();
 }