UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

14 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Car body hitbox types. */ var Hitbox; (function (Hitbox) { Hitbox["OCTANE"] = "Octane"; Hitbox["DOMINUS"] = "MuscleCar"; Hitbox["PLANK"] = "Plank"; Hitbox["BREAKOUT"] = "LongCar"; Hitbox["HYBRID"] = "Hybrid"; })(Hitbox = exports.Hitbox || (exports.Hitbox = {})); //# sourceMappingURL=hitbox.js.map