Files
tbd-station-14/Content.Shared/AlertLevel/AlertLevelDisplayComponent.cs

9 lines
222 B
C#

namespace Content.Shared.AlertLevel;
[RegisterComponent]
public sealed partial class AlertLevelDisplayComponent : Component
{
[DataField("alertVisuals")]
public Dictionary<string, string> AlertVisuals = new();
}