]> git.deb.at Git - rhonda/impostor.git/commitdiff
Airship Vent Enums (#373)
authorJohn Tran <j23.tran@connect.qut.edu.au>
Sun, 4 Apr 2021 10:31:28 +0000 (20:31 +1000)
committerGitHub <noreply@github.com>
Sun, 4 Apr 2021 10:31:28 +0000 (10:31 +0000)
Co-authored-by: miniduikboot <5243971+miniduikboot@users.noreply.github.com>
Co-authored-by: John Tran <john.tran.84@live.com.au>
src/Impostor.Api/Innersloth/VentLocation.cs

index f9b8567ac1af1eee1c23c2f08f1a7a59a7029e02..0092c696043273724a08f5207fa192ae00d47def 100644 (file)
@@ -44,5 +44,19 @@ namespace Impostor.Api.Innersloth
         PolusRightStabilizer = 9,
         PolusLeftStabilizer = 10,
         PolusOutsideAdmin = 11,
+
+        // Airship
+        AirshipVault = 0,
+        AirshipCockpit = 1,
+        AirshipViewingDeck = 2,
+        AirshipEngineRoom = 3,
+        AirshipKitchen = 4,
+        AirshipMainHallBottom = 5,
+        AirshipGapRight = 6,
+        AirshipGapLeft = 7,
+        AirshipMainHallTop = 8,
+        AirshipShowers = 9,
+        AirshipRecords = 10,
+        AirshipCargoBay = 11,
     }
 }