bungie-net-core
Version:
An easy way to interact with the Bungie.net API
12 lines (11 loc) • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyActivityTreeChildSortMode = void 0;
const DestinyActivityTreeChildSortMode = {
Investment: 0,
FocusFirst: 1,
BonusAndFocusFirst: 2
};
exports.DestinyActivityTreeChildSortMode = DestinyActivityTreeChildSortMode;