UNPKG

enka-network-api

Version:

Enka-network API wrapper for Genshin Impact.

6 lines (5 loc) 236 B
import { EnkaClient } from "../../../client/EnkaClient"; import { UpgradableSkill } from "./UpgradableSkill"; export declare class NormalAttack extends UpgradableSkill { static getById(id: number, enka: EnkaClient): NormalAttack; }