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