#include "common/Packets.h" OutPacket Packet::build(Type t) { OutPacket out(100); out.writeU8(static_cast(t)); return out; }