Interface WorldMarkerUpdate

interface WorldMarkerUpdate {
    characterID: string;
    type: MarkerType;
}

Properties

Properties

characterID: string