Ejemplo n.º 1
0
 public override void Deserialize(BigEndianReader reader)
 {
     Type = new AtlasPointsInformations();
     Type.Deserialize(reader);
 }
Ejemplo n.º 2
0
 public AtlasPointInformationsMessage(AtlasPointsInformations type)
 {
     Type = type;
 }