From e9ea621b93fbb58d9edfca8375918791637bbd52 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 30 Dec 2020 20:59:04 +0800 Subject: +init --- Impostor-dev/src/Impostor.Api/Innersloth/DeathReason.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Impostor-dev/src/Impostor.Api/Innersloth/DeathReason.cs (limited to 'Impostor-dev/src/Impostor.Api/Innersloth/DeathReason.cs') diff --git a/Impostor-dev/src/Impostor.Api/Innersloth/DeathReason.cs b/Impostor-dev/src/Impostor.Api/Innersloth/DeathReason.cs new file mode 100644 index 0000000..a07ac05 --- /dev/null +++ b/Impostor-dev/src/Impostor.Api/Innersloth/DeathReason.cs @@ -0,0 +1,9 @@ +namespace Impostor.Api.Innersloth +{ + public enum DeathReason + { + Exile = 0, + Kill = 1, + Disconnect = 2, + } +} \ No newline at end of file -- cgit v1.1-26-g67d0