unreal.js
Version:
A pak reader for games like VALORANT & Fortnite written in Node.JS
13 lines (12 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EChallengeBundleQuestUnlockType = void 0;
var EChallengeBundleQuestUnlockType;
(function (EChallengeBundleQuestUnlockType) {
EChallengeBundleQuestUnlockType[EChallengeBundleQuestUnlockType["Manually"] = 0] = "Manually";
EChallengeBundleQuestUnlockType[EChallengeBundleQuestUnlockType["GrantWithBundle"] = 1] = "GrantWithBundle";
EChallengeBundleQuestUnlockType[EChallengeBundleQuestUnlockType["RequiresBattlePass"] = 2] = "RequiresBattlePass";
EChallengeBundleQuestUnlockType[EChallengeBundleQuestUnlockType["DaysFromEventStart"] = 3] = "DaysFromEventStart";
EChallengeBundleQuestUnlockType[EChallengeBundleQuestUnlockType["ChallengesCompletedToUnlock"] = 4] = "ChallengesCompletedToUnlock";
EChallengeBundleQuestUnlockType[EChallengeBundleQuestUnlockType["BundleLevelup"] = 5] = "BundleLevelup";
})(EChallengeBundleQuestUnlockType = exports.EChallengeBundleQuestUnlockType || (exports.EChallengeBundleQuestUnlockType = {}));