quantum-space-buddies/QSB/Animation/NPC/AnimationEvent.cs
Mister_Nebula 200e344064 cleanup
2021-04-29 21:00:02 +01:00

9 lines
110 B
C#

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