예제 #1
0
파일: Scene.cs 프로젝트: XF9/Fenrir
 /// <summary>
 /// the world
 /// </summary>
 public Scene()
 {
     // load settings and stuff
     this.properties = new SceneProperties();
 }
예제 #2
0
파일: Scene.cs 프로젝트: XF9/Fenrir
 /// <summary>
 /// the world
 /// </summary>
 public Scene()
 {
     // load settings and stuff
     this.properties = new SceneProperties();
 }