Make surveillance camera static shorter (#11757)
This commit is contained in:
parent
c774d28eae
commit
665c61f832
|
|
@ -3,7 +3,7 @@ namespace Content.Client.SurveillanceCamera;
|
|||
[RegisterComponent]
|
||||
public sealed class ActiveSurveillanceCameraMonitorVisualsComponent : Component
|
||||
{
|
||||
public float TimeLeft = 30f;
|
||||
public float TimeLeft = 10f;
|
||||
|
||||
public Action? OnFinish;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue