BodyCameraFix (#436)

* BodyCameraFix

* commit
This commit is contained in:
Spatison
2024-07-12 14:14:17 +03:00
committed by GitHub
parent b91f3f2ffa
commit 092c5b61c9
12 changed files with 200 additions and 134 deletions

View File

@@ -1,10 +0,0 @@
namespace Content.Server.SurveillanceCamera;
[RegisterComponent]
public sealed partial class SurveillanceBodyCameraComponent : Component
{
[DataField("wattage"), ViewVariables(VVAccess.ReadWrite)]
public float Wattage = 0.3f;
public bool lastState = false;
}

View File

@@ -1,4 +1,4 @@
using Content.Server.SurveillanceCamera.Systems;
using Content.Server._White.SurveillanceCamera;
using Content.Shared.DeviceNetwork;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List;