UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

9 lines (8 loc) 243 B
/** @noSelfInFile */ export declare class Game { private constructor(); static readonly isSinglePlayer: boolean; static get timeOfDay(): number; static set timeOfDay(v: number); static end(doScoreScreen?: boolean): void; }