unreal.js
Version:
A pak reader for games like VALORANT & Fortnite written in Node.JS
10 lines (9 loc) • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EAttachmentRule = void 0;
var EAttachmentRule;
(function (EAttachmentRule) {
EAttachmentRule[EAttachmentRule["KeepRelative"] = 0] = "KeepRelative";
EAttachmentRule[EAttachmentRule["KeepWorld"] = 1] = "KeepWorld";
EAttachmentRule[EAttachmentRule["SnapToTarget"] = 2] = "SnapToTarget";
})(EAttachmentRule = exports.EAttachmentRule || (exports.EAttachmentRule = {}));