msgpack for MooMoo.io, but leightweight and fast
Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greasyfork.org/scripts/547088/1648219/Lightweight%20MooMooio%20msgpack.js
MooMoo Mini MsgPack Lightweight MessagePack encoder/decoder for MooMoo.io
Usage:
const [event, args] = miniMooMsgpack.decode(arrayBuffer);
ws.send(miniMooMsgpack.encode(["packet", [data]]));
Author: Nuro (notnuro0815)