bungie-net-core
Version:
An easy way to interact with the Bungie.net API
16 lines (15 loc) • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyObjectiveUiStyle = void 0;
const DestinyObjectiveUiStyle = {
None: 0,
Highlighted: 1,
CraftingWeaponLevel: 2,
CraftingWeaponLevelProgress: 3,
CraftingWeaponTimestamp: 4,
CraftingMementos: 5,
CraftingMementoTitle: 6
};
exports.DestinyObjectiveUiStyle = DestinyObjectiveUiStyle;