interface WaitMan {
    addWaitFunc(func: WaitFunc, params: AnyParams): void;
}

Implemented by

Methods

Methods

  • Parameters

    Returns void