gameforge - v0.1.12
    Preparing search index...

    Interface EventEmitterStatic

    interface EventEmitterStatic {
        new EventEmitterStatic<
            EventTypes extends ValidEventTypes = string
            | symbol,
            Context = any,
        >(): Pixi.utils.EventEmitter<EventTypes, Context>;
    }
    Index

    Constructors

    Constructors