UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

17 lines (16 loc) 504 B
/** * Represents the possible and known UI styles used by the game for rendering * Socket Categories. * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinySocketCategoryStyle} */ export declare const DestinySocketCategoryStyle: { readonly Unknown: 0; readonly Reusable: 1; readonly Consumable: 2; readonly Unlockable: 3; readonly Intrinsic: 4; readonly EnergyMeter: 5; readonly LargePerk: 6; readonly Abilities: 7; readonly Supers: 8; };