UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

9 lines (8 loc) 366 B
/** @noSelfInFile */ import { AbilityType, AbilityTypeId } from "../ability-type"; import { ObjectDataEntryLevelFieldValueSupplier } from "../../entry"; export declare class DeathCoilAbilityType extends AbilityType { static readonly BASE_ID: AbilityTypeId; get healing(): number[]; set healing(healing: ObjectDataEntryLevelFieldValueSupplier<number>); }