UNPKG

enka-network-api

Version:

Enka-network API wrapper for Genshin Impact.

11 lines (10 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NormalAttack = void 0; const UpgradableSkill_1 = require("./UpgradableSkill"); class NormalAttack extends UpgradableSkill_1.UpgradableSkill { static getById(id, enka) { return new NormalAttack(this._getJsonObjectById(id, enka), enka); } } exports.NormalAttack = NormalAttack;