UNPKG

unreal.js

Version:

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

8 lines (7 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MaterialTextureVariant = void 0; const MaterialParamName_1 = require("./MaterialParamName"); class MaterialTextureVariant extends MaterialParamName_1.MaterialParamName { } exports.MaterialTextureVariant = MaterialTextureVariant;