Allow changing alert level delay. (#17435)
This commit is contained in:
committed by
GitHub
parent
489077868c
commit
3e03418238
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user