Skip to content

PacketBuilder(ENG)

lukewire edited this page Nov 25, 2024 · 2 revisions

PacketBuilder is a class that creates packets in a chained method format. The class is designed to allow you to add different types of data to packets in an intuitive and flexible way.

There are three types of Append methods: CLR, CSharp, and Custom, each of which performs the same function under the hood, with only a different name.

Clone this wiki locally