Exemplo n.º 1
0
 protected override void Deserialize(NetworkBinaryReader reader)
 {
     Timestamp = TimeSpan.FromTicks(reader.ReadInt64());
 }