Interface WorldCharacterUpdateEmote

interface WorldCharacterUpdateEmote {
    emoteID: string;
    sinceUsed: number;
}

Properties

Properties

emoteID: string
sinceUsed: number