Emergency light goodies (#9352)
Co-authored-by: Jacob Tong <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
@@ -58,6 +58,16 @@ public sealed class AlertLevelDetail
|
||||
/// </summary>
|
||||
[DataField("color")] public Color Color { get; } = Color.White;
|
||||
|
||||
/// <summary>
|
||||
/// The color to turn emergency lights on this station when they are active.
|
||||
/// </summary>
|
||||
[DataField("emergencyLightColor")] public Color EmergencyLightColor { get; } = Color.FromHex("#FF4020");
|
||||
|
||||
/// <summary>
|
||||
/// Will this alert level force emergency lights on for the station that's active?
|
||||
/// </summary>
|
||||
[DataField("forceEnableEmergencyLights")] public bool ForceEnableEmergencyLights { get; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// How long it takes for the shuttle to arrive when called.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user