Are this possible? ``` fun ByteBuf.writePacket(pac...
# getting-started
e
Are this possible?
Copy code
fun ByteBuf.writePacket(packet: Packet) {
    packet.write(/*ByteBuf*/)
}