quantum-space-buddies/QSB/Animation/NPC/AnimationEvent.cs

9 lines
110 B
C#
Raw Normal View History

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