Station alert levels (#8226)
This commit is contained in:
8
Content.Shared/AlertLevel/AlertLevelDisplayComponent.cs
Normal file
8
Content.Shared/AlertLevel/AlertLevelDisplayComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Content.Shared.AlertLevel;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class AlertLevelDisplayComponent : Component
|
||||
{
|
||||
[DataField("alertVisuals")]
|
||||
public readonly Dictionary<string, string> AlertVisuals = new();
|
||||
}
|
||||
Reference in New Issue
Block a user