UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

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