apex-legends-liveapi
v0.0.18
Published
This project is meant to contain JavaScript objects for the events contained within the Apex Legends LiveAPI protobuf file.
Downloads
7
Readme
Apex Legends LiveAPI
This project is meant to contain JavaScript objects for the events contained within the Apex Legends LiveAPI protobuf file.
Installing
This library can be installed using the following command:
npm install apex-legends-liveapiUsing the Game Objects
Game object types can be imported like so:
import { AmmoUsed } from "apex-legends-liveapi"Objects can be created and encoded using Google Protobuf API methods provided via these objects.
