diff options
Diffstat (limited to 'Client/Assembly-CSharp/KillAnimType.cs')
-rw-r--r-- | Client/Assembly-CSharp/KillAnimType.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/KillAnimType.cs b/Client/Assembly-CSharp/KillAnimType.cs new file mode 100644 index 0000000..29b5198 --- /dev/null +++ b/Client/Assembly-CSharp/KillAnimType.cs @@ -0,0 +1,10 @@ +using System; + +public enum KillAnimType +{ + Stab, + Tongue, + Shoot, + Neck, + None +} |