interface MultiplayerOptions {
    opponents: number[];
    passthrough: Passthrough;
}

Properties

opponents: number[]
passthrough: Passthrough