unpak.js
Version:
Modern TypeScript library for reading Unreal Engine pak files and assets, inspired by CUE4Parse
15 lines • 385 B
TypeScript
export declare enum EAthenaScoringEvent {
None = 0,
Elimination = 1,
ChestOpened = 2,
AmmoCanOpened = 3,
SupplyDropOpened = 4,
SupplyLlamaOpened = 5,
ForagedItemConsumed = 6,
SurvivalInMinutes = 7,
CollectedCoinBronze = 8,
CollectedCoinSilver = 9,
CollectedCoinGold = 10,
AIKilled = 11
}
//# sourceMappingURL=EAthenaScoringEvent.d.ts.map