Make surveillance camera static shorter (#11757)

This commit is contained in:
Flipp Syder 2022-10-08 22:32:05 -07:00 committed by GitHub
parent c774d28eae
commit 665c61f832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}