bungie-net-core
Version:
An easy way to interact with the Bungie.net API
26 lines (25 loc) • 579 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyActivityNavPointType = void 0;
const DestinyActivityNavPointType = {
Inactive: 0,
PrimaryObjective: 1,
SecondaryObjective: 2,
TravelObjective: 3,
PublicEventObjective: 4,
AmmoCache: 5,
PointTypeFlag: 6,
CapturePoint: 7,
DefensiveEncounter: 8,
GhostInteraction: 9,
KillAi: 10,
QuestItem: 11,
PatrolMission: 12,
Incoming: 13,
ArenaObjective: 14,
AutomationHint: 15,
TrackedQuest: 16
};
exports.DestinyActivityNavPointType = DestinyActivityNavPointType;