quantum-space-buddies/QSB/Animation/NPC/AnimationEvent.cs
Mister_Nebula e3c1cf0462 stuffz
2021-04-29 18:30:45 +01:00

9 lines
101 B
C#

namespace QSB.Animation.NPC
{
enum AnimationEvent
{
StartConversation,
EndConversation
}
}