Interface StarCraft2ClientOptions

interface StarCraft2ClientOptions {
    verbose?: boolean;
}

Properties

Properties

verbose?: boolean

Optional. Whether or not to output sent and received WebSocket messages. False by default.

Generated using TypeDoc