Co-authored-by: miniduikboot <5243971+miniduikboot@users.noreply.github.com>
Co-authored-by: John Tran <john.tran.84@live.com.au>
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,
}
}