Last updated 2 months ago
To add additional actor emotions, simply create an empty class and implement the IActorEmotion interface.
using Databrain.Dialogue; public class Relief : IActorEmotion{}
After compilation, you'll find the new emotion in the actor data.