Interface RemovePlayerUpdate

interface RemovePlayerUpdate {
    playerID: string;
}

Properties

Properties

playerID: string