/// Sends raw packet data directly to the client over the player's connection.
/// The byte array must contain the complete packet including the packet ID as the first byte. The server automatically prepends the 4-byte big-endian size header before transmitting.
/// </summary>
/// <param name="data">The raw packet bytes to send, where <c>data[0]</c> is the packet ID.</param>