Interface BossMusicOptions

Options of boss music.

interface BossMusicOptions {
    radius: number;
    trackId: string;
}

Properties

Properties

radius: number

The radius within which player can hear the music.

trackId: string

Identifier of the music track to play.