UNPKG

unreal.js

Version:

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

14 lines (13 loc) 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ESoundType = void 0; /** * ESoundType * @enum */ var ESoundType; (function (ESoundType) { ESoundType[ESoundType["SoundSfx"] = 0] = "SoundSfx"; ESoundType[ESoundType["SoundVoice"] = 1] = "SoundVoice"; ESoundType[ESoundType["StreamedSoundSfx"] = 8] = "StreamedSoundSfx"; })(ESoundType = exports.ESoundType || (exports.ESoundType = {}));