UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

13 lines (12 loc) 222 B
/** @noSelfInFile */ declare module "../unit" { interface Unit { incrementGhostCounter(): void; } } declare module "../unit" { interface Unit { decrementGhostCounter(): void; } } export {};