コード例 #1
0
ファイル: HVStructure.cs プロジェクト: hayate891/freetrain
 internal protected HalfDividedVoxel(HVStructure _owner, WorldLocator wloc) : base(wloc)
 {
     this.owner = _owner;
 }
コード例 #2
0
ファイル: HVStructure.cs プロジェクト: hayate891/freetrain
 public HalfDividedVoxel(HVStructure _owner, Location _loc)
     : base(_loc)
 {
     this.owner = _owner;
 }