UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

15 lines (14 loc) 309 B
/** @noSelfInFile */ export declare const enum AnimationName { ATTACK = "attack", BIRTH = "birth", DEATH = "death", DECAY = "decay", DISSIPATE = "dissipate", MORPH = "morph", PORTRAIT = "portrait", SLEEP = "sleep", SPELL = "spell", STAND = "stand", WALK = "walk" }