EmoteListener

fun interface EmoteListener

Provides an interface for listeners to emote events.

Functions

Link copied to clipboard
abstract fun emote(character: Character, emotion: Emotion)

Invoke the listener with a specified character and emotion.