Station alert levels (#8226)
This commit is contained in:
10
Content.Shared/AlertLevel/SharedAlertLevelDisplay.cs
Normal file
10
Content.Shared/AlertLevel/SharedAlertLevelDisplay.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.AlertLevel;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum AlertLevelDisplay
|
||||
{
|
||||
CurrentLevel,
|
||||
Layer
|
||||
}
|
||||
Reference in New Issue
Block a user