Skip to content

Commit

Permalink
Airship Vent Enums (Impostor#373)
Browse files Browse the repository at this point in the history
Co-authored-by: miniduikboot <[email protected]>
Co-authored-by: John Tran <[email protected]>
  • Loading branch information
3 people authored Apr 4, 2021
1 parent c750c65 commit b5cee48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Impostor.Api/Innersloth/VentLocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,19 @@ public enum VentLocation : uint
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,
}
}

0 comments on commit b5cee48

Please sign in to comment.