Alert display lights now properly react to power changes. (#14839)

This commit is contained in:
Menshin
2023-03-25 04:10:48 +01:00
committed by GitHub
parent 76b5439dc3
commit 735701d915
3 changed files with 20 additions and 10 deletions

View File

@@ -6,5 +6,6 @@ namespace Content.Shared.AlertLevel;
public enum AlertLevelDisplay
{
CurrentLevel,
Layer
Layer,
Powered
}