Structs§
- RawConnection
- A component for clients that can read and write packets to the server. This works with raw bytes, so you’ll have to serialize/deserialize packets yourself. It will do the compression and encryption for you though.
- RawConnection
Reader - RawConnection
Writer