UNPKG

unreal.js

Version:

A pak reader for games like VALORANT & Fortnite written in Node.JS

19 lines (18 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EAthenaScoringEvent = void 0; var EAthenaScoringEvent; (function (EAthenaScoringEvent) { EAthenaScoringEvent[EAthenaScoringEvent["None"] = 0] = "None"; EAthenaScoringEvent[EAthenaScoringEvent["Elimination"] = 1] = "Elimination"; EAthenaScoringEvent[EAthenaScoringEvent["ChestOpened"] = 2] = "ChestOpened"; EAthenaScoringEvent[EAthenaScoringEvent["AmmoCanOpened"] = 3] = "AmmoCanOpened"; EAthenaScoringEvent[EAthenaScoringEvent["SupplyDropOpened"] = 4] = "SupplyDropOpened"; EAthenaScoringEvent[EAthenaScoringEvent["SupplyLlamaOpened"] = 5] = "SupplyLlamaOpened"; EAthenaScoringEvent[EAthenaScoringEvent["ForagedItemConsumed"] = 6] = "ForagedItemConsumed"; EAthenaScoringEvent[EAthenaScoringEvent["SurvivalInMinutes"] = 7] = "SurvivalInMinutes"; EAthenaScoringEvent[EAthenaScoringEvent["CollectedCoinBronze"] = 8] = "CollectedCoinBronze"; EAthenaScoringEvent[EAthenaScoringEvent["CollectedCoinSilver"] = 9] = "CollectedCoinSilver"; EAthenaScoringEvent[EAthenaScoringEvent["CollectedCoinGold"] = 10] = "CollectedCoinGold"; EAthenaScoringEvent[EAthenaScoringEvent["AIKilled"] = 11] = "AIKilled"; })(EAthenaScoringEvent = exports.EAthenaScoringEvent || (exports.EAthenaScoringEvent = {}));