Interface WorldEmoteRequest

interface WorldEmoteRequest {
    emoteID: string;
}

Properties

Properties

emoteID: string