Files
tbd-station-14/Content.Shared/AlertLevel/AlertLevelDisplayComponent.cs
2022-05-18 14:05:31 +10:00

9 lines
222 B
C#

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