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

11 lines
168 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.AlertLevel;
[Serializable, NetSerializable]
public enum AlertLevelDisplay
{
CurrentLevel,
Layer
}