コード例 #1
0
ファイル: GrnBone.cs プロジェクト: heinezen/Age-of-Mythology
 public GrnBone(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }
コード例 #2
0
 public GrnTexture(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }
コード例 #3
0
ファイル: GrnMesh.cs プロジェクト: heinezen/Age-of-Mythology
 public GrnMesh(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }
コード例 #4
0
 public GrnMaterial(GrnFile parentFile)
     : this()
 {
     this.ParentFile = parentFile;
 }