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