UNPKG

unreal.js

Version:

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

16 lines (15 loc) 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FBodyInstanceCore = void 0; class FBodyInstanceCore { constructor() { this.bSimulatePhysics = null; this.bOverrideMass = null; this.bEnableGravity = null; this.bAutoWeld = null; this.bStartAwake = null; this.bGenerateWakeEvents = null; this.bUpdateMassWhenScaleChanges = null; } } exports.FBodyInstanceCore = FBodyInstanceCore;