9 lines
101 B
C#
Raw Normal View History

2021-04-29 18:30:45 +01:00
namespace QSB.Animation.NPC
{
enum AnimationEvent
{
StartConversation,
EndConversation
}
}