public void Read(StarboundStream stream) { ClaimMessage = stream.ReadString(); Salt = stream.ReadString(); Rounds = stream.ReadInt32(); }