コード例 #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();
 }