1.0.0 • Published 4 years ago

azurlane-protocol-parser v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

azurlane-protocol-parser

Parses .proto profobuf network protocol files for the mobile game Azur Lane from LUA source. If you need help about where to find the source for protocol, you probably don't need this.

Usage

const fs = require("fs");
const { parse } = require("azurlane-protocol-parser");

const parsedFile = parse(protocolFileSource);
fs.writeFileSync(filePath, parsedFile);