bungie-net-core
Version:
An easy way to interact with the Bungie.net API
14 lines (13 loc) • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyGamePrivacySetting = void 0;
const DestinyGamePrivacySetting = {
Open: 0,
ClanAndFriendsOnly: 1,
FriendsOnly: 2,
InvitationOnly: 3,
Closed: 4
};
exports.DestinyGamePrivacySetting = DestinyGamePrivacySetting;