UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

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