@genshin-kit/core
Version:
An API wrapper for fetching player data of Genshin Impact from any servers.
9 lines • 500 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTheActivedConstellationsNumberOfSpecifiedGenshinImpactCharacter = exports.activedConstellations = void 0;
function activedConstellations(cahracter) {
return cahracter.actived_constellation_num;
}
exports.activedConstellations = activedConstellations;
exports.getTheActivedConstellationsNumberOfSpecifiedGenshinImpactCharacter = activedConstellations;
//# sourceMappingURL=activedConstellations.js.map