Interface WorldEmoteUpdate

interface WorldEmoteUpdate {
    characterID: string;
    emoteID: string;
}

Properties

Properties

characterID: string
emoteID: string