bungie-net-core
Version:
An easy way to interact with the Bungie.net API
24 lines (23 loc) • 481 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyUnlockValueUIStyle = void 0;
const DestinyUnlockValueUIStyle = {
Automatic: 0,
Fraction: 1,
Checkbox: 2,
Percentage: 3,
DateTime: 4,
FractionFloat: 5,
Integer: 6,
TimeDuration: 7,
Hidden: 8,
Multiplier: 9,
GreenPips: 10,
RedPips: 11,
ExplicitPercentage: 12,
RawFloat: 13,
LevelAndReward: 14
};
exports.DestinyUnlockValueUIStyle = DestinyUnlockValueUIStyle;