示例#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();
 }