Ejemplo n.º 1
0
 /**<summary>Constructs the default object.</summary>*/
 internal Footpath(ObjectDataHeader objectHeader, ChunkHeader chunkHeader)
     : base(objectHeader, chunkHeader)
 {
     Header = new FootpathHeader();
 }
Ejemplo n.º 2
0
 /**<summary>Constructs the default object.</summary>*/
 public Footpath() : base()
 {
     Header = new FootpathHeader();
 }