Make surveillance camera static shorter (#11757)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user