Interface PlayerNotificationsPlayer

interface PlayerNotificationsPlayer {
    playerid: number;
    speed?: number;
}

Hierarchy (View Summary)

Properties

Properties

playerid: number
speed?: number