UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

8 lines (7 loc) 187 B
/** @noSelfInFile */ import { Event } from "../../event"; declare module "./unit" { namespace Unit { const autoAttackFinishEvent: Event<[source: Unit, target: Unit]>; } }