public static PlayerLeftNotification DeserializeLengthDelimited(Stream stream, PlayerLeftNotification instance) { long num = (long)((ulong)ProtocolParser.ReadUInt32(stream)); num += stream.Position; return(PlayerLeftNotification.Deserialize(stream, instance, num)); }
public static PlayerLeftNotification Deserialize(Stream stream, PlayerLeftNotification instance) { return(PlayerLeftNotification.Deserialize(stream, instance, -1L)); }
public void Deserialize(Stream stream) { PlayerLeftNotification.Deserialize(stream, this); }