projects
/
AmongUs
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assembly-CSharp
/
KillAnimType.cs
blob: 29b5198551274133950f7b590b2d4de3e57f1899 (
plain
)
1
2
3
4
5
6
7
8
9
10
using System; public enum KillAnimType { Stab, Tongue, Shoot, Neck, None }