Ejemplo n.º 1
0
 public void Deserialize(IDeserializer reader)
 {
     EntityIds     = reader.GetIntArray();
     Destination.X = reader.GetLong();
     Destination.Y = reader.GetLong();
 }