Makes a packet, specifying an ID.
[Visual Basic] Public Function make( _ ByVal id As Integer _ ) As Packet [C#] public Packet make( int id ); [C++] public: Packet* make( int id ); [JScript] public function make( int id ): Packet;
An instance of the corresponding packet.
PacketFactory Class | croemud.packet Namespace