UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

18 lines (17 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinySocketCategoryStyle = void 0; const DestinySocketCategoryStyle = { Unknown: 0, Reusable: 1, Consumable: 2, Unlockable: 3, Intrinsic: 4, EnergyMeter: 5, LargePerk: 6, Abilities: 7, Supers: 8 }; exports.DestinySocketCategoryStyle = DestinySocketCategoryStyle;