UNPKG

unreal.js

Version:

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

12 lines (11 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FLightingChannels = void 0; class FLightingChannels { constructor() { this.bChannel0 = null; this.bChannel1 = null; this.bChannel2 = null; } } exports.FLightingChannels = FLightingChannels;