OrderedGamePacket.order

Order of the packet. If the hub receives a packet with an id different from 0 or the latest ordered packet's order + 1 it should wait for the packets with the missing order(s) before sending.

class OrderedGamePacket
uint order;

Meta