9 lines
110 B
C#
Raw Normal View History

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