unreal.js
Version:
A pak reader for games like VALORANT & Fortnite written in Node.JS
11 lines (10 loc) • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FortCosmeticVariantBackedByArray = void 0;
const FortCosmeticVariant_1 = require("./FortCosmeticVariant");
class FortCosmeticVariantBackedByArray extends FortCosmeticVariant_1.FortCosmeticVariant {
get variants() {
return null;
}
}
exports.FortCosmeticVariantBackedByArray = FortCosmeticVariantBackedByArray;