Example #1
0
 public override void FromStream(BinaryReader reader)
 {
     Value = VarInt.ReadSInt64(reader.BaseStream);
 }