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
/
DeathReason.cs
blob: f5d99e58c9be982b14340cd49ebd638b2a294980 (
plain
)
1
2
3
4
5
6
7
8
using System; public enum DeathReason { Exile, Kill, Disconnect }