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

9 lines
101 B
C#
Raw Normal View History

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