Allow changing alert level delay. (#17435)

This commit is contained in:
Pieter-Jan Briers
2023-06-24 14:01:14 +02:00
committed by GitHub
parent 489077868c
commit 3e03418238
3 changed files with 10 additions and 3 deletions

View File

@@ -29,8 +29,6 @@ public sealed class AlertLevelComponent : Component
/// </summary>
[ViewVariables(VVAccess.ReadWrite)] public bool IsLevelLocked = false;
[ViewVariables] public const float Delay = 30;
[ViewVariables] public float CurrentDelay = 0;
[ViewVariables] public bool ActiveDelay;