remove AnimationEvent.cs

This commit is contained in:
JohnCorby 2021-12-26 21:28:33 -08:00
parent ad076e716d
commit bfb74b6d6c

View File

@ -1,8 +0,0 @@
namespace QSB.Animation.NPC
{
internal enum AnimationEvent
{
StartConversation,
EndConversation
}
}